Enlightenment CVS committal

Author  : devilhorns
Project : e_modules
Module  : tclock

Dir     : e_modules/tclock


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


Log Message:
Make this module compile
===================================================================
RCS file: /cvsroot/enlightenment/e_modules/tclock/e_mod_main.h,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -3 -r1.3 -r1.4
--- e_mod_main.h        27 Dec 2005 21:22:19 -0000      1.3
+++ e_mod_main.h        8 Jan 2006 10:42:01 -0000       1.4
@@ -48,7 +48,6 @@
   
   Evas_Object *tclock_object;
   Evas_Object *event_object;
-  
   E_Gadman_Client *gmc;
 }TClock_Face;
 
===================================================================
RCS file: /cvsroot/enlightenment/e_modules/tclock/e_mod_main.c,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -3 -r1.7 -r1.8
--- e_mod_main.c        7 Jan 2006 23:24:17 -0000       1.7
+++ e_mod_main.c        8 Jan 2006 10:42:01 -0000       1.8
@@ -49,9 +49,10 @@
      module->config_menu = NULL;
 
    tclock = module->data;
-   if (tclock)
-     _tclock_shutdown(tclock);
-
+   if (tclock) 
+     {
+       _tclock_shutdown(tclock);       
+     }
    return 1;
 }
 
===================================================================
RCS file: /cvsroot/enlightenment/e_modules/tclock/e_mod_config.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -3 -r1.4 -r1.5
--- e_mod_config.c      8 Jan 2006 10:33:23 -0000       1.4
+++ e_mod_config.c      8 Jan 2006 10:42:01 -0000       1.5
@@ -59,10 +59,6 @@
 static void
 _free_data(E_Config_Dialog *cfd, CFData *cfdata) 
 {
-   TClock_Face *tf;
-   
-   tf = cfd->data;
-   tf->config_dialog = NULL;
    free(cfdata);
 }
 




-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to