Enlightenment CVS committal

Author  : sndev
Project : e_modules
Module  : language

Dir     : e_modules/language/src/module


Modified Files:
        e_mod_keybindings.c 


Log Message:

* make module compile again wrt recent api changes

===================================================================
RCS file: /cvs/e/e_modules/language/src/module/e_mod_keybindings.c,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -3 -r1.11 -r1.12
--- e_mod_keybindings.c 18 May 2006 15:03:28 -0000      1.11
+++ e_mod_keybindings.c 11 Oct 2006 11:13:42 -0000      1.12
@@ -45,10 +45,10 @@
 {
    E_Action *act;
 
-   e_register_action_predef_name(LANG_ACTION_GROUP, LANG_ACTION_NEXT_LANGUAGE, 
LANG_NEXT_ACTION,
-                                NULL, EDIT_RESTRICT_ACTION | 
EDIT_RESTRICT_PARAMS, 0);
-   e_register_action_predef_name(LANG_ACTION_GROUP, LANG_ACTION_PREV_LANGUAGE, 
LANG_PREV_ACTION,
-                                NULL, EDIT_RESTRICT_ACTION | 
EDIT_RESTRICT_PARAMS, 0);
+   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);
+   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);
 
    // these two are strongly connected with LANG_NEXT_ACTION and 
LANG_PREV_ACTION
    ACT_GO(switch_next_language);
@@ -63,8 +63,8 @@
    e_action_del(LANG_NEXT_ACTION);
    e_action_del(LANG_PREV_ACTION);
 
-   e_unregister_action_predef_name(LANG_ACTION_GROUP, 
LANG_ACTION_NEXT_LANGUAGE); 
-   e_unregister_action_predef_name(LANG_ACTION_GROUP, 
LANG_ACTION_PREV_LANGUAGE);
+   e_action_predef_name_del(LANG_ACTION_GROUP, LANG_ACTION_NEXT_LANGUAGE); 
+   e_action_predef_name_del(LANG_ACTION_GROUP, LANG_ACTION_PREV_LANGUAGE);
    e_config_save();
 
    return 1;



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