Enlightenment CVS committal Author : devilhorns Project : e17 Module : apps/e
Dir : e17/apps/e/src/modules/dropshadow Modified Files: e_mod_config.c Log Message: Check that the dropshadow config dialog is not already open before we create another one. =================================================================== RCS file: /cvs/e/e17/apps/e/src/modules/dropshadow/e_mod_config.c,v retrieving revision 1.15 retrieving revision 1.16 diff -u -3 -r1.15 -r1.16 --- e_mod_config.c 24 Mar 2007 23:12:22 -0000 1.15 +++ e_mod_config.c 12 Aug 2007 02:28:20 -0000 1.16 @@ -24,7 +24,8 @@ E_Config_Dialog *cfd; E_Config_Dialog_View *v; char buf[4096]; - + + if (e_config_dialog_find("E", "_e_mod_dropshadow_config_dialog")) return; v = E_NEW(E_Config_Dialog_View, 1); v->create_cfdata = _create_data; ------------------------------------------------------------------------- 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