Enlightenment CVS committal

Author  : kwo
Project : e16
Module  : e

Dir     : e16/e/src


Modified Files:
        menus.c 


Log Message:
Close menus before performing action.
===================================================================
RCS file: /cvsroot/enlightenment/e16/e/src/menus.c,v
retrieving revision 1.118
retrieving revision 1.119
diff -u -3 -r1.118 -r1.119
--- menus.c     7 Apr 2004 21:50:18 -0000       1.118
+++ menus.c     9 Apr 2004 12:54:42 -0000       1.119
@@ -2344,12 +2344,9 @@
        MenuDrawItem(m, mi, 1);
        if ((mi->act_id) && (!Mode.justclicked))
          {
+            MenusHide();
             ActionsCall(mi->act_id, NULL, mi->params);
-            if (clickmenu)
-              {
-                 MenusHide();
-                 return 1;
-              }
+            return 1;
          }
      }
 




-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to