E CVS: tclock ravenlock

2008-05-20 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : ravenlock
Project : e_modules
Module  : tclock

Dir : e_modules/tclock


Modified Files:
e_mod_config.c 


Log Message:
Making sure all module's configuration dialogs have appropriate names and 
classes consistent with the rest of the e_modules.

===
RCS file: /cvs/e/e_modules/tclock/e_mod_config.c,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -3 -r1.37 -r1.38
--- e_mod_config.c  24 Jan 2008 18:10:35 -  1.37
+++ e_mod_config.c  20 May 2008 14:53:12 -  1.38
@@ -30,8 +30,8 @@
   E_Container *con;
   char buf[4096];
 
-   if (e_config_dialog_find("TClock", "_tclock_config_dialog")) return;
-   
+  if (e_config_dialog_find("TClock", "_e_modules_tclock_config_dialog")) 
return;
+
   v = E_NEW (E_Config_Dialog_View, 1);
 
   v->create_cfdata = _create_data;
@@ -43,7 +43,7 @@
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", 
-"_tclock_config_dialog", buf, 0, v, ci);
+"_e_modules_tclock_config_dialog", buf, 0, v, ci);
   tclock_config->config_dialog = cfd;
 }
 



-
This SF.net email is sponsored by: Microsoft 
Defy all challenges. Microsoft(R) Visual Studio 2008. 
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs


E CVS: tclock ravenlock

2007-08-26 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : ravenlock
Project : e_modules
Module  : tclock

Dir : e_modules/tclock


Modified Files:
module.desktop 


Log Message:
Add comments to various .desktop files for the description in the modules 
dialog.

===
RCS file: /cvs/e/e_modules/tclock/module.desktop,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
--- module.desktop  25 Mar 2007 01:35:53 -  1.2
+++ module.desktop  26 Aug 2007 19:49:45 -  1.3
@@ -2,3 +2,4 @@
 Type=Link
 Name=TClock
 Icon=e-module-tclock
+Comment=TClock GadgetA digital clock gadget.



-
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