Enlightenment CVS committal

Author  : kwo
Project : e16
Module  : e

Dir     : e16/e/src


Modified Files:
        menus.c 


Log Message:
Do repaint before performing menu action.
===================================================================
RCS file: /cvsroot/enlightenment/e16/e/src/menus.c,v
retrieving revision 1.189
retrieving revision 1.190
diff -u -3 -r1.189 -r1.190
--- menus.c     7 May 2005 11:19:59 -0000       1.189
+++ menus.c     8 May 2005 12:21:47 -0000       1.190
@@ -1300,6 +1300,7 @@
        if (!mi->params)
           break;
        MenusHide();
+       CheckEvent();
        SetContextEwin(Mode_menus.context_ewin);
        EFunc(mi->params);
        SetContextEwin(NULL);
@@ -1374,6 +1375,7 @@
        if ((mi->params) /* && (!Mode_menus.just_shown) */ )
          {
             MenusHide();
+            CheckEvent();
             SetContextEwin(Mode_menus.context_ewin);
             EFunc(mi->params);
             SetContextEwin(NULL);




-------------------------------------------------------
This SF.Net email is sponsored by: NEC IT Guy Games.
Get your fingers limbered up and give it your best shot. 4 great events, 4
opportunities to win big! Highest score wins.NEC IT Guy Games. Play to
win an NEC 61 plasma display. Visit http://www.necitguy.com/?r=20
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to