Reset eap image/width/height information after the edit is done.

SVN revision: 24064
This commit is contained in:
sebastid 2006-07-20 11:02:23 +00:00 committed by sebastid
parent eba3d64663
commit f765174ec5
1 changed files with 3 additions and 0 deletions

View File

@ -136,6 +136,9 @@ _e_eap_edit_free_data(E_Config_Dialog *cfd, E_Config_Dialog_Data *data)
E_FREE(data->wrole);
E_FREE(data->iclass);
E_FREE(data->image);
if (data->editor->eap->image) evas_stringshare_del(data->editor->eap->image);
data->editor->eap->width = 0;
data->editor->eap->height = 0;
e_object_unref(E_OBJECT(data->editor->eap));
if (data->editor)
{