forked from e16/e16
1
0
Fork 0

Sun Sep 19 13:08:30 PDT 1999

(Mandrake)

fixed a compile warning in iconify.c


SVN revision: 328
This commit is contained in:
Mandrake 1999-09-19 20:09:31 +00:00
parent 47f4180346
commit 5cf5fc7cd0
2 changed files with 8 additions and 1 deletions

View File

@ -1995,3 +1995,10 @@ Sat Sep 18 23:10:16 PDT 1999
(Raster)
ok - be paranoid abotu the creation of ximages and if it fails... :)
-------------------------------------------------------------------------------
Sun Sep 19 13:08:30 PDT 1999
(Mandrake)
fixed a compile warning in iconify.c

View File

@ -972,7 +972,7 @@ void
UpdateAppIcon(EWin * ewin, int imode)
{
/* free whatever we had before */
Iconbox *ib;
/*Iconbox *ib; */
if (ewin->icon_pmap)
Imlib_free_pixmap(id, ewin->icon_pmap);