From: glima Date: Tue, 17 Aug 2010 16:37:53 +0000 (+0000) Subject: [PATCH 3/3] If the group is still in use it must not be deleted X-Git-Tag: submit/2.0alpha-wayland/20121127.221958~1103 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=91a87064a7c1668fa7f41ab28c48627239b74e07;p=profile%2Fivi%2Fedje.git [PATCH 3/3] If the group is still in use it must not be deleted git-svn-id: http://svn.enlightenment.org/svn/e/trunk/edje@51257 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- diff --git a/src/lib/edje_edit.c b/src/lib/edje_edit.c index ec00e00..f50246e 100644 --- a/src/lib/edje_edit.c +++ b/src/lib/edje_edit.c @@ -996,8 +996,7 @@ edje_edit_group_del(Evas_Object *obj, const char *group_name) if (e->ref) { ERR("EEK: Group \"%s\" still in use !", group_name); - die = e->ref; - e->ref = NULL; + return EINA_FALSE; } EINA_LIST_FOREACH(ed->file->collection_cache, l, g)