don't fail custom ilist setting if base ilist doesn't exist, this is a stupid theme anyway

SVN revision: 76819
This commit is contained in:
Mike Blumenkrantz 2012-09-18 13:55:31 +00:00
parent 053c02b070
commit 0472fcd1ba
1 changed files with 1 additions and 1 deletions

View File

@ -881,7 +881,7 @@ e_ilist_custom_edje_file_set(Evas_Object *obj, const char *file, const char *gro
API_ENTRY return EINA_FALSE;
if (!edje_object_file_set(sd->o_edje, file, group)) return EINA_FALSE;
edje_object_file_set(sd->o_edje, file, group);
eina_stringshare_replace(&sd->theme, group);
EINA_LIST_FOREACH(sd->items, l, si)