[PATCH 3/3] If the group is still in use it must not be deleted

SVN revision: 51257
This commit is contained in:
Gustavo Lima Chaves 2010-08-17 16:37:53 +00:00
parent 5a83ffea9a
commit 8f7a06e5ee
1 changed files with 1 additions and 2 deletions

View File

@ -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)