From a9dd95b2c43962e0abd13c2d641183fa5274275e Mon Sep 17 00:00:00 2001 From: Mike Blumenkrantz Date: Sat, 8 Sep 2012 19:43:45 +0000 Subject: [PATCH] fix crash when changing settings in shelf config dialog which causes the shelf to be re-created SVN revision: 76347 --- src/bin/e_int_shelf_config.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/bin/e_int_shelf_config.c b/src/bin/e_int_shelf_config.c index e9013a7df..37eb30a46 100644 --- a/src/bin/e_int_shelf_config.c +++ b/src/bin/e_int_shelf_config.c @@ -358,9 +358,11 @@ _basic_apply(E_Config_Dialog *cfd, E_Config_Dialog_Data *cfdata) zone = cfdata->es->zone; cf_es = cfdata->es->cfg; + cfdata->es->config_dialog = NULL; e_object_del(E_OBJECT(cfdata->es)); cfdata->es = e_shelf_config_new(zone, cf_es); + cfdata->es->config_dialog = cfd; } if (cfdata->escfg->desk_show_mode)