closing the shelf delete dialog no longer causes shelf configs to be lost

SVN revision: 76381
This commit is contained in:
Mike Blumenkrantz 2012-09-10 08:40:02 +00:00
parent 6ad6791e84
commit 08b692ed69
1 changed files with 0 additions and 1 deletions

View File

@ -396,7 +396,6 @@ _cb_dialog_destroy(void *data)
es = data;;
if (e_object_is_del(E_OBJECT(es))) return;
e_shelf_unsave(es);
e_object_unref(E_OBJECT(es));
_widgets_disable(cfdata, 0, EINA_TRUE);
}