Fix bug reported by CodeWarrior (it was a double free).

SVN revision: 35154
This commit is contained in:
Cedric BAIL 2008-07-18 10:05:25 +00:00
parent 77e26d9daa
commit ed01e4b87a
1 changed files with 2 additions and 1 deletions

View File

@ -733,7 +733,8 @@ _e_desktop_edit_cb_exec_select_destroy(void *obj)
E_Dialog *dia = obj;
E_Config_Dialog_Data *cfdata = dia->data;
e_object_unref(E_OBJECT(dia));
/* guess it should work like _e_desktop_edit_cb_icon_select_destroy */
/* e_object_unref(E_OBJECT(dia)); */
_e_desktop_edit_cb_exec_select_cancel(cfdata, NULL);
}