Enlightenment CVS committal

Author  : sndev
Project : e_modules
Module  : language

Dir     : e_modules/language/src/module


Modified Files:
        e_mod_keybindings.c 


Log Message:

* no need in those (ACT_EDIT_*) flags

===================================================================
RCS file: /cvs/e/e_modules/language/src/module/e_mod_keybindings.c,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -3 -r1.12 -r1.13
--- e_mod_keybindings.c 11 Oct 2006 11:13:42 -0000      1.12
+++ e_mod_keybindings.c 11 Oct 2006 12:17:22 -0000      1.13
@@ -46,9 +46,9 @@
    E_Action *act;
 
    e_action_predef_name_set(LANG_ACTION_GROUP, LANG_ACTION_NEXT_LANGUAGE, 
LANG_NEXT_ACTION,
-                                NULL, NULL, ACT_EDIT_RESTRICT_ACTION | 
ACT_EDIT_RESTRICT_PARAMS);
+                                NULL, NULL, 0);
    e_action_predef_name_set(LANG_ACTION_GROUP, LANG_ACTION_PREV_LANGUAGE, 
LANG_PREV_ACTION,
-                                NULL, NULL, ACT_EDIT_RESTRICT_ACTION | 
ACT_EDIT_RESTRICT_PARAMS);
+                                NULL, NULL, 0);
 
    // these two are strongly connected with LANG_NEXT_ACTION and 
LANG_PREV_ACTION
    ACT_GO(switch_next_language);



-------------------------------------------------------------------------
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