Enlightenment CVS committal Author : raster Project : e17 Module : apps/e
Dir : e17/apps/e/src/modules/exebuf Modified Files: e_mod_main.c e_mod_main.h Log Message: errrr. commit? did the last one work? =================================================================== RCS file: /cvs/e/e17/apps/e/src/modules/exebuf/e_mod_main.c,v retrieving revision 1.3 retrieving revision 1.4 diff -u -3 -r1.3 -r1.4 --- e_mod_main.c 13 Sep 2007 21:17:36 -0000 1.3 +++ e_mod_main.c 31 Oct 2007 12:23:14 -0000 1.4 @@ -80,15 +80,6 @@ return 1; } -EAPI int -e_modapi_about(E_Module *m) -{ - e_module_dialog_show(m, - _("Enlightenment Exebuf Module"), - _("A module for executing apps just by typing names.")); - return 1; -} - /* action callback */ static void _e_mod_action_exebuf_cb(E_Object *obj, const char *params) =================================================================== RCS file: /cvs/e/e17/apps/e/src/modules/exebuf/e_mod_main.h,v retrieving revision 1.1 retrieving revision 1.2 diff -u -3 -r1.1 -r1.2 --- e_mod_main.h 1 Aug 2007 12:37:01 -0000 1.1 +++ e_mod_main.h 31 Oct 2007 12:23:14 -0000 1.2 @@ -10,12 +10,10 @@ #undef E_TYPEDEFS #include "e_exebuf.h" - EAPI extern E_Module_Api e_modapi; 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