Enlightenment CVS committal

Author  : raster
Project : e17
Module  : apps/e

Dir     : e17/apps/e/src/modules/fileman


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/fileman/e_mod_main.c,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -3 -r1.9 -r1.10
--- e_mod_main.c        19 Sep 2007 01:29:04 -0000      1.9
+++ e_mod_main.c        31 Oct 2007 12:23:14 -0000      1.10
@@ -145,25 +145,6 @@
    return 1;
 }
 
-EAPI int
-e_modapi_about(E_Module *m)
-{
-   e_module_dialog_show(m,
-                       _("Enlightenment File Manager"),
-                       _("A module for providing a file manager."));
-   return 1;
-}
-
-EAPI int
-e_modapi_config(E_Module *m) 
-{
-   E_Container *con;
-   
-   con = e_container_current_get(e_manager_current_get());
-   e_int_config_fileman(con, NULL);
-   return 1;
-}
-
 /* action callback */
 static void
 _e_mod_action_fileman_cb(E_Object *obj, const char *params)
===================================================================
RCS file: /cvs/e/e17/apps/e/src/modules/fileman/e_mod_main.h,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -3 -r1.4 -r1.5
--- e_mod_main.h        13 Aug 2007 23:21:16 -0000      1.4
+++ e_mod_main.h        31 Oct 2007 12:23:14 -0000      1.5
@@ -82,8 +82,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);
 
 extern Config *fileman_config;
 



-------------------------------------------------------------------------
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

Reply via email to