mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-24 05:47:36 +00:00
* xfns.c (x_set_icon_type): Pass the proper number of arguments to
x_bitmap_icon.
This commit is contained in:
parent
f4e7b2c2ea
commit
f111a131b4
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue