revert, name.internal is always set

SVN revision: 54965
This commit is contained in:
Sebastian Dransfeld 2010-11-24 21:34:21 +00:00
parent 58f3f4f363
commit 6be2628e97
1 changed files with 1 additions and 1 deletions

View File

@ -553,7 +553,7 @@ efreet_icon_find_fallback(Efreet_Icon_Theme *theme,
}
/* if this isn't the hicolor theme, and we have no other fallbacks
* check hicolor */
else if (theme->name.internal && strcmp(theme->name.internal, "hicolor"))
else if (strcmp(theme->name.internal, "hicolor"))
{
Efreet_Icon_Theme *parent_theme;