i dunno - be more paranoid and shit!

SVN revision: 17026
This commit is contained in:
Carsten Haitzler 2005-09-28 07:13:16 +00:00
parent f685e689fc
commit 0fc27f512b
1 changed files with 1 additions and 0 deletions

View File

@ -1585,6 +1585,7 @@ _edje_fetch(Evas_Object *obj)
if (!type) return NULL;
if (strcmp(type, "edje")) return NULL;
ed = evas_object_smart_data_get(obj);
if ((ed) && (ed->delete_me)) return NULL;
return ed;
}