Ephoto: Replace another direct_ls with stat_ls

This commit is contained in:
Stephen okra Houston 2016-08-12 14:26:10 -05:00
parent 27073ae2e8
commit 4750a4267f
1 changed files with 1 additions and 1 deletions

View File

@ -387,7 +387,7 @@ _dir_item_del(void *data, Evas_Object *obj EINA_UNUSED)
static Eina_Bool
_check_for_subdirs(Ephoto_Entry *entry)
{
Eina_Iterator *ls = eina_file_direct_ls(entry->path);
Eina_Iterator *ls = eina_file_stat_ls(entry->path);
Eina_File_Direct_Info *info;
if (!ls)