* xfns.c (x_set_icon_type): Pass the proper number of arguments to

x_bitmap_icon.
This commit is contained in:
Jim Blandy 1993-02-22 15:08:57 +00:00
parent f4e7b2c2ea
commit f111a131b4

View file

@ -849,7 +849,7 @@ x_set_icon_type (f, arg, oldval)
if (NILP (arg))
result = x_text_icon (f, 0);
else
result = x_bitmap_icon (f, 0);
result = x_bitmap_icon (f);
if (result)
{