diff --git a/src/bin/ephoto_thumb_browser.c b/src/bin/ephoto_thumb_browser.c index f524675..288a54d 100644 --- a/src/bin/ephoto_thumb_browser.c +++ b/src/bin/ephoto_thumb_browser.c @@ -199,7 +199,7 @@ ephoto_populate_thumbnails(void) dir = getcwd(cwd, PATH_MAX); if (!dir) return ; - it = ecore_file_ls_iterator(dir); + it = eina_file_ls(dir); if (!it) return ; thread = ecore_long_run(_ephoto_access_disk,