The former test was giving false positives.

SVN revision: 46113
This commit is contained in:
Gustavo Lima Chaves 2010-02-12 14:00:31 +00:00
parent b9ca64f7a5
commit 50c346b37a
1 changed files with 4 additions and 2 deletions

View File

@ -768,8 +768,10 @@ edje_edit_group_del(Evas_Object *obj, const char *group_name)
GET_ED_OR_RETURN(EINA_FALSE);
if (eina_hash_find(ed->file->collection_hash, group_name))
return EINA_FALSE;
/* if (eina_hash_find(ed->file->collection_hash, group_name)) */
/* return EINA_FALSE; */
if (strcmp(ed->group, group_name) == 0) return EINA_FALSE;
EINA_LIST_FOREACH(ed->file->collection_dir->entries, l, e)
{