Enlightenment CVS committal

Author  : devilhorns
Project : e_modules
Module  : mail

Dir     : e_modules/mail


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


Log Message:
Make mail module work w/ recent api breakage.

===================================================================
RCS file: /cvs/e/e_modules/mail/e_mod_config.c,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -3 -r1.22 -r1.23
--- e_mod_config.c      16 Sep 2007 00:04:26 -0000      1.22
+++ e_mod_config.c      31 Oct 2007 13:57:13 -0000      1.23
@@ -47,7 +47,7 @@
   v->basic.apply_cfdata = _basic_apply_data;
   v->basic.create_widgets = _basic_create_widgets;
 
-  snprintf (buf, sizeof (buf), "%s/module.edj",
+  snprintf (buf, sizeof (buf), "%s/e-module-mail.edj",
            e_module_dir_get (mail_config->module));
   con = e_container_current_get (e_manager_current_get ());
   cfd = e_config_dialog_new (con, D_("Mail Configuration"), "Mail", 
"_e_modules_mail_config_dialog", buf, 0, v, ci);
===================================================================
RCS file: /cvs/e/e_modules/mail/e_mod_main.c,v
retrieving revision 1.51
retrieving revision 1.52
diff -u -3 -r1.51 -r1.52
--- e_mod_main.c        16 Sep 2007 03:31:40 -0000      1.51
+++ e_mod_main.c        31 Oct 2007 13:57:13 -0000      1.52
@@ -475,6 +475,7 @@
 
       mail_config->items = evas_list_append (mail_config->items, ci);
     }
+
   mail_config->module = m;
   e_gadcon_provider_register (&_gc_class);
   return m;
@@ -563,14 +564,6 @@
 e_modapi_save (E_Module * m)
 {
   e_config_domain_save ("module.mail", conf_edd, mail_config);
-  return 1;
-}
-
-EAPI int
-e_modapi_about (E_Module * m)
-{
-  e_module_dialog_show (m, D_("Enlightenment Mail Module"),
-                       D_("This is a module to notify when you have new 
mail."));
   return 1;
 }
 
===================================================================
RCS file: /cvs/e/e_modules/mail/e_mod_main.h,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -3 -r1.15 -r1.16
--- e_mod_main.h        16 Sep 2007 00:04:26 -0000      1.15
+++ e_mod_main.h        31 Oct 2007 13:57:13 -0000      1.16
@@ -88,7 +88,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_mail_module(Config_Item *ci);
 void _mail_config_updated(Config_Item *ci);



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