Fix research with Alias

SVN revision: 50003
This commit is contained in:
Jonathan Atton 2010-07-02 18:17:37 +00:00
parent d4059c7107
commit 88c1bf3585
1 changed files with 51 additions and 51 deletions

View File

@ -4299,8 +4299,8 @@ _edje_real_part_recursive_get_helper(Edje *ed, char **path)
}
}
if (ed->file->collection)
alias = eina_hash_find(ed->file->collection, path[0]);
if (ed->collection->alias)
alias = eina_hash_find(ed->collection->alias, path[0]);
if (alias)
{
rp = _edje_real_part_recursive_get(ed, alias);