Enlightenment CVS committal

Author  : kwo
Project : e16
Module  : e

Dir     : e16/e/src


Modified Files:
        iconify.c 


Log Message:
Oops - Fix systray.
===================================================================
RCS file: /cvsroot/enlightenment/e16/e/src/iconify.c,v
retrieving revision 1.162
retrieving revision 1.163
diff -u -3 -r1.162 -r1.163
--- iconify.c   9 Jul 2005 10:27:39 -0000       1.162
+++ iconify.c   9 Jul 2005 12:09:39 -0000       1.163
@@ -2869,7 +2869,7 @@
    if (!swin)
       return;
 
-   if (IconboxObjectAdd(ib, swin))
+   if (IconboxObjectAdd(ib, swin) < 0)
       return;                  /* This should *really* not be possible */
 
    swin->win = win;




-------------------------------------------------------
This SF.Net email is sponsored by the 'Do More With Dual!' webinar happening
July 14 at 8am PDT/11am EDT. We invite you to explore the latest in dual
core and dual graphics technology at this free one hour event hosted by HP,
AMD, and NVIDIA.  To register visit http://www.hp.com/go/dualwebinar
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to