Enlightenment CVS committal

Author  : kwo
Project : e16
Module  : e

Dir     : e16/e/src


Modified Files:
        menus.c 


Log Message:
Avoid having to click twice to activate menu item.

===================================================================
RCS file: /cvs/e/e16/e/src/menus.c,v
retrieving revision 1.257
retrieving revision 1.258
diff -u -3 -r1.257 -r1.258
--- menus.c     23 Aug 2006 21:04:53 -0000      1.257
+++ menus.c     28 Aug 2006 22:18:34 -0000      1.258
@@ -1227,7 +1227,8 @@
    if (Mode_menus.just_shown)
      {
        Mode_menus.just_shown = 0;
-       return;
+       if (ev->xbutton.time - Mode.events.last_btime < 250)
+          return;
      }
 
    m = mi->menu;



-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to