Enlightenment CVS committal

Author  : devilhorns
Project : e_modules
Module  : tclock

Dir     : e_modules/tclock


Modified Files:
        e-module-tclock.edj e_mod_config.c e_mod_main.c e_mod_main.h 


Log Message:
Update tclock for recent changes.

===================================================================
RCS file: /cvs/e/e_modules/tclock/e-module-tclock.edj,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
Binary files /tmp/cvsv9X3K4 and /tmp/cvsvsZhGv differ
===================================================================
RCS file: /cvs/e/e_modules/tclock/e_mod_config.c,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -3 -r1.34 -r1.35
--- e_mod_config.c      7 Oct 2007 21:26:48 -0000       1.34
+++ e_mod_config.c      31 Oct 2007 14:41:53 -0000      1.35
@@ -36,7 +36,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-tclock.edj",
            e_module_dir_get (tclock_config->module));
   con = e_container_current_get (e_manager_current_get ());
   cfd = e_config_dialog_new (con, D_ ("Tclock Configuration"), "TClock", 
===================================================================
RCS file: /cvs/e/e_modules/tclock/e_mod_main.c,v
retrieving revision 1.50
retrieving revision 1.51
diff -u -3 -r1.50 -r1.51
--- e_mod_main.c        16 Sep 2007 03:31:42 -0000      1.50
+++ e_mod_main.c        31 Oct 2007 14:41:53 -0000      1.51
@@ -422,10 +422,3 @@
   return 1;
 }
 
-EAPI int
-e_modapi_about (E_Module * m)
-{
-  e_module_dialog_show (m, D_ ("Simple Digital Clock"),
-                       D_ ("Displays a digital clock on the desktop"));
-  return 1;
-}
===================================================================
RCS file: /cvs/e/e_modules/tclock/e_mod_main.h,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -3 -r1.20 -r1.21
--- e_mod_main.h        16 Sep 2007 01:46:51 -0000      1.20
+++ e_mod_main.h        31 Oct 2007 14:41:53 -0000      1.21
@@ -34,7 +34,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_tclock_module(Config_Item *ci);
 void _tclock_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