From 91a87064a7c1668fa7f41ab28c48627239b74e07 Mon Sep 17 00:00:00 2001 From: glima Date: Tue, 17 Aug 2010 16:37:53 +0000 Subject: [PATCH] [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 --- src/lib/edje_edit.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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) -- 2.7.4