remove widget subobj delete callback on widget delete

This commit is contained in:
Mike Blumenkrantz 2015-01-14 22:21:28 -05:00
parent b98c1a44f2
commit f43819c49b
1 changed files with 1 additions and 0 deletions

View File

@ -553,6 +553,7 @@ _e_smart_del(Evas_Object *obj)
* BORKER CERTIFICATION: GOLD
* -discomfitor, 7/4/2012
*/
evas_object_event_callback_del(sobj, EVAS_CALLBACK_DEL, _sub_obj_del);
sd->subobjs = eina_list_remove_list(sd->subobjs, sd->subobjs);
evas_object_del(sobj);
}