Enlightenment CVS committal

Author  : kwo
Project : e16
Module  : e

Dir     : e16/e/src


Modified Files:
        ewins.c 


Log Message:
Fix pager update on internal window unmap (revert recent change).
===================================================================
RCS file: /cvsroot/enlightenment/e16/e/src/ewins.c,v
retrieving revision 1.146
retrieving revision 1.147
diff -u -3 -r1.146 -r1.147
--- ewins.c     8 Mar 2006 19:45:37 -0000       1.146
+++ ewins.c     22 Mar 2006 18:43:13 -0000      1.147
@@ -1007,6 +1007,8 @@
       Mode.mouse_over_ewin = NULL;
    if (ewin == Mode.context_ewin)
       Mode.context_ewin = NULL;
+
+   ModulesSignal(ESIGNAL_EWIN_UNMAP, ewin);
 }
 
 static void
@@ -1148,8 +1150,6 @@
    EoUnmap(ewin);
    EwinUnmap2(ewin);
 
-   ModulesSignal(ESIGNAL_EWIN_UNMAP, ewin);
-
    if (ewin->state.state == EWIN_STATE_ICONIC)
       return;
 




-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to