Enlightenment CVS committal

Author  : devilhorns
Project : e_modules
Module  : screenshot

Dir     : e_modules/screenshot/src


Modified Files:
        e_mod_config.c 


Log Message:
Return NULL if there is an existing dialog.

===================================================================
RCS file: /cvs/e/e_modules/screenshot/src/e_mod_config.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -3 -r1.4 -r1.5
--- e_mod_config.c      9 Jan 2008 00:59:51 -0000       1.4
+++ e_mod_config.c      9 Jan 2008 01:00:25 -0000       1.5
@@ -34,7 +34,7 @@
    E_Config_Dialog_View *v = NULL;
    char buf[4096];
 
-   if (e_config_dialog_find("Screenshot", "_screenshot_cfg_dlg")) return;
+   if (e_config_dialog_find("Screenshot", "_screenshot_cfg_dlg")) return NULL;
 
    v = E_NEW(E_Config_Dialog_View, 1);
    if (!v) return NULL;



-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to