fix breakage from r67537 with alias inheriting or somesuch

SVN revision: 67833
This commit is contained in:
Mike Blumenkrantz 2012-02-10 20:34:18 +00:00
parent 27f0f4cceb
commit 252f6a04b3
1 changed files with 1 additions and 0 deletions

View File

@ -2187,6 +2187,7 @@ st_collections_group_name(void)
older = eina_hash_find(edje_file->collection, current_de->entry);
if (older) eina_hash_del(edje_file->collection, current_de->entry, older);
eina_hash_direct_add(edje_file->collection, current_de->entry, current_de);
if (!older) return;
EINA_LIST_FOREACH(aliases, l, alias)
if (strcmp(alias->entry, current_de->entry) == 0)