Enlightenment CVS committal

Author  : devilhorns
Project : e_modules
Module  : screenshot

Dir     : e_modules/screenshot


Modified Files:
        e_mod_config.c e_mod_main.c e_mod_main.h 


Log Message:
Update screenshot for recent module api breakage.

===================================================================
RCS file: /cvs/e/e_modules/screenshot/e_mod_config.c,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -3 -r1.37 -r1.38
--- e_mod_config.c      7 Oct 2007 21:26:48 -0000       1.37
+++ e_mod_config.c      31 Oct 2007 14:28:10 -0000      1.38
@@ -66,7 +66,7 @@
   v->advanced.apply_cfdata = _advanced_apply_data;
   v->advanced.create_widgets = _advanced_create_widgets;
 
-  snprintf (buf, sizeof (buf), "%s/module.edj",
+  snprintf (buf, sizeof (buf), "%s/e-module-screenshot.edj",
            e_module_dir_get (ss_config->module));
 
    con = e_container_current_get (e_manager_current_get ());
===================================================================
RCS file: /cvs/e/e_modules/screenshot/e_mod_main.c,v
retrieving revision 1.75
retrieving revision 1.76
diff -u -3 -r1.75 -r1.76
--- e_mod_main.c        16 Sep 2007 03:31:41 -0000      1.75
+++ e_mod_main.c        31 Oct 2007 14:28:10 -0000      1.76
@@ -428,14 +428,6 @@
   return 1;
 }
 
-EAPI int
-e_modapi_about (E_Module * m)
-{
-  e_module_dialog_show (m, D_ ("Enlightenment Screenshot Module"),
-                       D_ ("This module is used to take screenshots"));
-  return 1;
-}
-
 static Screenshot *
 _ss_new (Evas * evas)
 {
===================================================================
RCS file: /cvs/e/e_modules/screenshot/e_mod_main.h,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -3 -r1.20 -r1.21
--- e_mod_main.h        15 Mar 2007 13:33:04 -0000      1.20
+++ e_mod_main.h        31 Oct 2007 14:28:10 -0000      1.21
@@ -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);
 
 void _config_screenshot_module(Config_Item *ci);
 extern Config *ss_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