- efreet_icon_theme_list_get doesn't return themes without a name, fix test

case


SVN revision: 34491
This commit is contained in:
Dan Sinclair 2008-05-07 02:48:06 +00:00 committed by Dan Sinclair
parent 74b5878da7
commit 4cbf818700
1 changed files with 1 additions and 0 deletions

View File

@ -146,6 +146,7 @@ ef_icon_theme_themes_find(const char *search_dir, Ecore_Hash *themes)
efreet_ini_section_set(ini, "Icon Theme");
if (efreet_ini_boolean_get(ini, "Hidden")) skip = 1;
if (!efreet_ini_localestring_get(ini, "Name")) skip = 1;
efreet_ini_free(ini);
if (!skip)