Fixing typo.

Patch by Fidêncio.



SVN revision: 50791
This commit is contained in:
Gustavo Lima Chaves 2010-08-03 22:22:31 +00:00
parent 50190aeb22
commit 457525aa7d
1 changed files with 1 additions and 1 deletions

View File

@ -2619,7 +2619,7 @@ edje_edit_state_del(Evas_Object *obj, const char *part, const char *state, doubl
if (pd == rp->chosen_description)
_edje_part_description_apply(ed, rp, "default", 0.0, NULL, 0.0);
ce = eina_hash_find(ed->file->collection, part);
ce = eina_hash_find(ed->file->collection, ed->group);
for (i = 0; i < rp->part->other_count; ++i)
if (pd == rp->part->other_desc[i])