check if name.internal exists

SVN revision: 54964
This commit is contained in:
Sebastian Dransfeld 2010-11-24 21:31:24 +00:00
parent 748f2423b1
commit 58f3f4f363
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 (strcmp(theme->name.internal, "hicolor"))
else if (theme->name.internal && strcmp(theme->name.internal, "hicolor"))
{
Efreet_Icon_Theme *parent_theme;