Check that the dropshadow config dialog is not already open before we create

another one.


SVN revision: 31251
This commit is contained in:
Christopher Michael 2007-08-12 02:28:20 +00:00
parent c2fc7b6a81
commit d39e73aba2
1 changed files with 2 additions and 1 deletions

View File

@ -24,7 +24,8 @@ _config_dropshadow_module(E_Container *con, Dropshadow *ds)
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;