|
From: Enlightenment C. <no...@cv...> - 2007-10-31 12:23:41
|
Enlightenment CVS committal
Author : raster
Project : e17
Module : apps/e
Dir : e17/apps/e/src/modules/conf_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/conf_exebuf/e_mod_main.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
--- e_mod_main.c 29 Jul 2007 10:24:54 -0000 1.2
+++ e_mod_main.c 31 Oct 2007 12:23:10 -0000 1.3
@@ -54,12 +54,3 @@
{
return 1;
}
-
-EAPI int
-e_modapi_about(E_Module *m)
-{
- e_module_dialog_show(m,
- _("Enlightenment Configuration Module - Run Command"),
- _("Configuration dialog for run command."));
- return 1;
-}
===================================================================
RCS file: /cvs/e/e17/apps/e/src/modules/conf_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 29 Jul 2007 06:58:23 -0000 1.1
+++ e_mod_main.h 31 Oct 2007 12:23:10 -0000 1.2
@@ -10,12 +10,10 @@
#undef E_TYPEDEFS
#include "e_int_config_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
|