Enlightenment CVS committal

Author  : kwo
Project : e16
Module  : e

Dir     : e16/e/src


Modified Files:
        icons.c 


Log Message:
Fix bad test for window being mapped during iconification (fall back to
app icon if app is initially iconified).

===================================================================
RCS file: /cvs/e/e16/e/src/icons.c,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -3 -r1.19 -r1.20
--- icons.c     5 Jun 2008 09:23:04 -0000       1.19
+++ icons.c     11 Jul 2008 18:49:27 -0000      1.20
@@ -74,7 +74,7 @@
    EImage             *im;
    Drawable            draw;
 
-   if (!EwinIsMapped(ewin))
+   if (!EoIsShown(ewin))
       return NULL;
 
    ww = EoGetW(ewin);



-------------------------------------------------------------------------
Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW!
Studies have shown that voting for your favorite open source project,
along with a healthy diet, reduces your potential for chronic lameness
and boredom. Vote Now at http://www.sourceforge.net/community/cca08
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to