only listen if icon cache is enabled

SVN revision: 54963
This commit is contained in:
Sebastian Dransfeld 2010-11-24 21:29:35 +00:00
parent 04f61e115b
commit 748f2423b1
1 changed files with 2 additions and 0 deletions

View File

@ -137,7 +137,9 @@ efreet_icon_init(void)
efreet_extra_icon_dirs = NULL;
efreet_icon_cache = eina_hash_string_superfast_new(EINA_FREE_CB(efreet_icon_cache_free));
#if ICON_CACHE
efreet_icon_changes_listen();
#endif
return 1;
}