Enlightenment CVS committal

Author  : englebass
Project : e17
Module  : apps/e

Dir     : e17/apps/e/src/modules/dropshadow


Modified Files:
        e_mod_config.c 


Log Message:
Fix warnings.

===================================================================
RCS file: /cvs/e/e17/apps/e/src/modules/dropshadow/e_mod_config.c,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -3 -r1.17 -r1.18
--- e_mod_config.c      31 Oct 2007 12:23:13 -0000      1.17
+++ e_mod_config.c      31 Oct 2007 19:55:41 -0000      1.18
@@ -27,7 +27,7 @@
    Dropshadow *ds;
 
    ds = dropshadow_mod->data;
-   if (e_config_dialog_find("E", "_e_mod_dropshadow_config_dialog")) return;   
+   if (e_config_dialog_find("E", "_e_mod_dropshadow_config_dialog")) return 
NULL;
    v = E_NEW(E_Config_Dialog_View, 1);
    
    v->create_cfdata = _create_data;
@@ -41,6 +41,7 @@
                             "E", "_e_mod_dropshadow_config_dialog",
                             buf, 0, v, ds);
    ds->config_dialog = cfd;
+   return cfd;
 }
 
 static void 



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