From 0f3b22a98a8a6eae16ef67a877443322ed6923ed Mon Sep 17 00:00:00 2001 From: Cedric BAIL Date: Fri, 2 Jul 2010 17:23:05 +0000 Subject: [PATCH] * eina: rename ecore_file_ls_iterator to eina_file_ls. SVN revision: 50002 --- src/bin/ephoto_thumb_browser.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,