Ephoto: Don't clear entries if populating directories only.

v-1.6.0
Stephen okra Houston 7 years ago
parent 8a183065b7
commit 95c5f41301
  1. 2
      src/bin/ephoto_main.c

@ -438,7 +438,7 @@ _ephoto_populate_entries(Ephoto_Dir_Data *ed)
if (ed->thumbs_only)
EINA_LIST_FREE(ed->ephoto->entries, entry)
ephoto_entry_free(entry->ephoto, entry);
else
else if (!ed->dirs_only)
ephoto_entries_free(ed->ephoto);
ed->ephoto->ls =

Loading…
Cancel
Save