Fixing typo.
authorglima <glima>
Tue, 3 Aug 2010 22:22:31 +0000 (22:22 +0000)
committerglima <glima@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Tue, 3 Aug 2010 22:22:31 +0000 (22:22 +0000)
Patch by FidĂȘncio.

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/edje@50791 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/lib/edje_edit.c

index 875bc44..8fbafeb 100644 (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])