And recreate hash after deletion

SVN revision: 55400
This commit is contained in:
Sebastian Dransfeld 2010-12-09 09:12:12 +00:00
parent de36c69b16
commit 18dea4b9f8
1 changed files with 1 additions and 0 deletions

View File

@ -361,6 +361,7 @@ void
efreet_icon_themes_flush(void)
{
IF_FREE_HASH(efreet_icon_themes);
efreet_icon_themes = eina_hash_string_superfast_new(EINA_FREE_CB(efreet_cache_icon_theme_free));
}
#endif