* eina: rename ecore_file_ls_iterator to eina_file_ls.

SVN revision: 50002
v-1.6.0
Cedric BAIL 14 years ago
parent 7ca8bbb593
commit 0f3b22a98a
  1. 2
      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,

Loading…
Cancel
Save