Enlightenment CVS committal Author : devilhorns Project : e_modules Module : language
Dir : e_modules/language/src/module Modified Files: e_mod_keybindings.c Log Message: Patch from jeffdameth to fix Bug #127 where loading the language module would reset the shelf config. =================================================================== RCS file: /cvs/e/e_modules/language/src/module/e_mod_keybindings.c,v retrieving revision 1.13 retrieving revision 1.14 diff -u -3 -r1.13 -r1.14 --- e_mod_keybindings.c 11 Oct 2006 12:17:22 -0000 1.13 +++ e_mod_keybindings.c 28 Jul 2007 09:45:44 -0000 1.14 @@ -62,11 +62,8 @@ //FIXME: shold we check if these actions exist? e_action_del(LANG_NEXT_ACTION); e_action_del(LANG_PREV_ACTION); - 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; } @@ -98,7 +95,6 @@ _lang_unregister_module_keybinding(&(language_config->switch_prev_lang_key), 1); e_managers_keys_grab(); - e_config_save(); return 1; } ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs