Ignore themes without a name.

SVN revision: 29002
This commit is contained in:
Sebastian Dransfeld 2007-03-24 11:23:29 +00:00
parent 62c98ea3da
commit 9f8200fd18
1 changed files with 3 additions and 0 deletions

View File

@ -176,6 +176,9 @@ efreet_icon_theme_list_get(void)
theme = ecore_hash_get(efreet_icon_themes, dir);
if (theme->hidden || theme->fake) continue;
#if !STRICT_SPEC
if (!theme->name.name) continue;
#endif
ecore_list_append(list, theme);
}