From 4cbf818700eb5701d75e93f8b828109832d66fc8 Mon Sep 17 00:00:00 2001 From: Dan Sinclair Date: Wed, 7 May 2008 02:48:06 +0000 Subject: [PATCH] - efreet_icon_theme_list_get doesn't return themes without a name, fix test case SVN revision: 34491 --- legacy/efreet/src/bin/ef_icon_theme.c | 1 + 1 file changed, 1 insertion(+) diff --git a/legacy/efreet/src/bin/ef_icon_theme.c b/legacy/efreet/src/bin/ef_icon_theme.c index fc6d846b49..2116006a6d 100644 --- a/legacy/efreet/src/bin/ef_icon_theme.c +++ b/legacy/efreet/src/bin/ef_icon_theme.c @@ -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)