We always need to to the tasks in init on init

SVN revision: 54820
This commit is contained in:
Sebastian Dransfeld 2010-11-22 20:48:24 +00:00
parent 3c6ce92aa4
commit d2b2019675
1 changed files with 12 additions and 15 deletions

View File

@ -112,8 +112,6 @@ static const char *efreet_cache_icon_lookup_path_path(Efreet_Cache_Icon_Element
*/
int
efreet_icon_init(void)
{
if (!efreet_icon_themes)
{
const char *default_exts[] = {".png", ".xpm", NULL};
int i;
@ -131,7 +129,6 @@ efreet_icon_init(void)
efreet_extra_icon_dirs = NULL;
efreet_icon_cache = eina_hash_string_superfast_new(EINA_FREE_CB(efreet_icon_cache_free));
}
return 1;
}