don't nuke and rebuild the cache on theme list

SVN revision: 29132
This commit is contained in:
rephorm 2007-03-25 17:28:49 +00:00 committed by rephorm
parent b6d1a6a4eb
commit c5744e117a
1 changed files with 1 additions and 6 deletions

View File

@ -157,12 +157,7 @@ efreet_icon_theme_list_get(void)
Ecore_List *list, *theme_list;
char *dir;
/* reset the theme hash */
ecore_hash_destroy(efreet_icon_themes);
efreet_icon_themes = ecore_hash_new(NULL, NULL);
ecore_hash_set_free_value(efreet_icon_themes,
ECORE_FREE_CB(efreet_icon_theme_free));
/* update the list to include all icon themes */
efreet_icon_theme_dir_scan_all(NULL);
efreet_icon_theme_dir_validity_check();