projects
/
profile
/
ivi
/
edje.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a203634
)
Fixing typo.
author
glima
<glima>
Tue, 3 Aug 2010 22:22:31 +0000
(22:22 +0000)
committer
glima
<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
patch
|
blob
|
history
diff --git
a/src/lib/edje_edit.c
b/src/lib/edje_edit.c
index
875bc44
..
8fbafeb
100644
(file)
--- 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])