Enlightenment CVS committal

Author  : kwo
Project : e16
Module  : e

Dir     : e16/e/src


Modified Files:
        menus.c 


Log Message:
Minor cleanup.
===================================================================
RCS file: /cvsroot/enlightenment/e16/e/src/menus.c,v
retrieving revision 1.149
retrieving revision 1.150
diff -u -3 -r1.149 -r1.150
--- menus.c     7 Aug 2004 21:00:09 -0000       1.149
+++ menus.c     8 Aug 2004 08:55:49 -0000       1.150
@@ -1503,8 +1503,7 @@
       return;
 
    /* if the menu is up dont update */
-   if ((MenusActive() || (Mode.menus.clicked))
-       && (Mode.menus.current_depth > 0))
+   if (MenusActive() || Mode.menus.clicked)
       goto done;
 
    if (!exists(m->data))




-------------------------------------------------------
This SF.Net email is sponsored by OSTG. Have you noticed the changes on
Linux.com, ITManagersJournal and NewsForge in the past few weeks? Now,
one more big change to announce. We are now OSTG- Open Source Technology
Group. Come see the changes on the new OSTG site. www.ostg.com
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to