* eina: rename ecore_file_ls_iterator to eina_file_ls.

SVN revision: 50002
This commit is contained in:
Cedric BAIL 2010-07-02 17:23:05 +00:00
parent 7ca8bbb593
commit 0f3b22a98a
1 changed files with 1 additions and 1 deletions

View File

@ -199,7 +199,7 @@ ephoto_populate_thumbnails(void)
dir = getcwd(cwd, PATH_MAX); dir = getcwd(cwd, PATH_MAX);
if (!dir) return ; if (!dir) return ;
it = ecore_file_ls_iterator(dir); it = eina_file_ls(dir);
if (!it) return ; if (!it) return ;
thread = ecore_long_run(_ephoto_access_disk, thread = ecore_long_run(_ephoto_access_disk,