Enlightenment CVS committal

Author  : pfritz
Project : e17
Module  : libs/ewl

Dir     : e17/libs/ewl/src/lib


Modified Files:
        ewl_entry.c 


Log Message:
Don't insert a char when CTRL is pressed

===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/lib/ewl_entry.c,v
retrieving revision 1.60
retrieving revision 1.61
diff -u -3 -r1.60 -r1.61
--- ewl_entry.c 10 Jun 2006 16:52:06 -0000      1.60
+++ ewl_entry.c 3 Jul 2006 00:37:43 -0000       1.61
@@ -386,7 +386,7 @@
                                
ewl_entry_cursor_position_get(EWL_ENTRY_CURSOR(e->cursor)));
                }
        }
-       else 
+       else if (!(event->modifiers & EWL_KEY_MODIFIER_CTRL)) 
        {
                ewl_entry_selection_clear(e);
 



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