use eina hash set

SVN revision: 50494
This commit is contained in:
Sebastian Dransfeld 2010-07-25 20:28:21 +00:00
parent 230461d56b
commit 78f80647ea
1 changed files with 1 additions and 2 deletions

View File

@ -1650,8 +1650,7 @@ efreet_icon_cache_add(Efreet_Icon_Theme *theme, const char *icon, unsigned int s
l = list;
list = eina_list_prepend(list, cache);
if (!l) eina_hash_add(efreet_icon_cache, theme, list);
else eina_hash_modify(efreet_icon_cache, theme, list);
eina_hash_set(efreet_icon_cache, theme, list);
//efreet_icon_cache_flush(theme, list);
}