SVN revision: 50011
This commit is contained in:
Lucas De Marchi 2010-07-03 15:48:01 +00:00
parent b4fe249fce
commit 622d0a901f
1 changed files with 1 additions and 1 deletions

View File

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