No need to this as we get the contents of the dir by using remove first.

SVN revision: 29496
This commit is contained in:
Sebastian Dransfeld 2007-04-13 16:29:29 +00:00
parent 814eed1b11
commit c3056543a1
1 changed files with 0 additions and 2 deletions

View File

@ -125,7 +125,6 @@ efreet_util_init(void)
ecore_list_append(fill->dirs, dir);
}
ecore_list_destroy(dirs);
ecore_list_goto_first(fill->dirs);
}
idler = ecore_idler_add(efreet_util_cache_fill, NULL);
return init;
@ -863,7 +862,6 @@ efreet_util_monitor_cb(void *data, Ecore_File_Monitor *monitor __UNUSED__,
dir->file_id = strdup(file_id);
dir->priority = em->priority;
ecore_list_append(fill->dirs, dir);
ecore_list_goto_first(fill->dirs);
if (!idler)
idler = ecore_idler_add(efreet_util_cache_fill, NULL);