Enlightenment CVS committal Author : urandom Project : e_modules Module : calendar
Dir : e_modules/calendar 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/calendar/e_mod_main.c,v retrieving revision 1.1 retrieving revision 1.2 diff -u -3 -r1.1 -r1.2 --- e_mod_main.c 26 Sep 2007 14:22:11 -0000 1.1 +++ e_mod_main.c 1 Nov 2007 10:41:41 -0000 1.2 @@ -280,11 +280,3 @@ e_config_domain_save("module.calendar", conf_edd, calendar_conf); return 1; } - -EAPI int -e_modapi_about(E_Module *m) -{ - e_module_dialog_show(m, _("Enlightenment Calendar Module"), - _("This module is used to show the current day.")); - return 1; -} =================================================================== RCS file: /cvs/e/e_modules/calendar/e_mod_main.h,v retrieving revision 1.1 retrieving revision 1.2 diff -u -3 -r1.1 -r1.2 --- e_mod_main.h 26 Sep 2007 14:22:11 -0000 1.1 +++ e_mod_main.h 1 Nov 2007 10:41:41 -0000 1.2 @@ -23,6 +23,5 @@ 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); #endif ------------------------------------------------------------------------- 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