Enlightenment CVS committal Author : urandom Project : e_modules Module : language
Dir : e_modules/language/src/module Modified Files: e_mod_main.c e_mod_main.h Log Message: ports these modules to the new api =================================================================== RCS file: /cvs/e/e_modules/language/src/module/e_mod_main.c,v retrieving revision 1.29 retrieving revision 1.30 diff -u -3 -r1.29 -r1.30 --- e_mod_main.c 16 Sep 2007 03:31:40 -0000 1.29 +++ e_mod_main.c 1 Nov 2007 10:41:41 -0000 1.30 @@ -292,14 +292,6 @@ } EAPI int -e_modapi_about(E_Module *m) -{ - e_module_dialog_show(m,D_("Enlightenment Language Enhancment Module"), - D_("This module is used to switch between input languages.")); - return 1; -} - -EAPI int e_modapi_config(E_Module *m) { if (!language_config) return 0; =================================================================== RCS file: /cvs/e/e_modules/language/src/module/e_mod_main.h,v retrieving revision 1.16 retrieving revision 1.17 diff -u -3 -r1.16 -r1.17 --- e_mod_main.h 25 Jul 2006 22:07:17 -0000 1.16 +++ e_mod_main.h 1 Nov 2007 10:41:41 -0000 1.17 @@ -51,7 +51,6 @@ EAPI void *e_modapi_init (E_Module *m); EAPI int e_modapi_shutdown (E_Module *m); EAPI int e_modapi_save (E_Module *m); -EAPI int e_modapi_about (E_Module *m); EAPI int e_modapi_config (E_Module *m); /*******************************************/ ------------------------------------------------------------------------- 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