From: glima Date: Tue, 3 Aug 2010 22:22:31 +0000 (+0000) Subject: Fixing typo. X-Git-Tag: submit/2.0alpha-wayland/20121127.221958~1174 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c017e849b558ef1615b8db8a7daebf1b004bc845;p=profile%2Fivi%2Fedje.git Fixing typo. Patch by FidĂȘncio. git-svn-id: http://svn.enlightenment.org/svn/e/trunk/edje@50791 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- diff --git a/src/lib/edje_edit.c b/src/lib/edje_edit.c index 875bc44..8fbafeb 100644 --- a/src/lib/edje_edit.c +++ b/src/lib/edje_edit.c @@ -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])