edje: fix typos.

This commit is contained in:
Cedric BAIL 2014-07-07 13:05:06 +02:00
parent cc68ef1f22
commit 142a0ceb48
1 changed files with 1 additions and 1 deletions

View File

@ -181,7 +181,7 @@ _edje_class_member_del(Edje *ed, Eina_Hash **ghash, const char *class)
members = eina_hash_find(*ghash, class);
if (!members) return;
lookup = eina_hash_find(members, class);
lookup = eina_hash_find(members, &ed);
if (!lookup) return;
EINA_REFCOUNT_UNREF(lookup)