only inherit hicolor if theme is valid

SVN revision: 54974
This commit is contained in:
Sebastian Dransfeld 2010-11-25 09:04:39 +00:00
parent 19e3d5ee33
commit e8e0615c08
1 changed files with 1 additions and 1 deletions

View File

@ -558,7 +558,7 @@ ef_icons_find(Efreet_Icon_Theme *theme, Eina_Hash *icons)
ef_icons_find(parent_theme, icons);
}
}
else if (strcmp(theme->name.internal, "hicolor"))
else if (theme->valid && strcmp(theme->name.internal, "hicolor"))
{
Efreet_Icon_Theme *parent_theme;