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

This commit is contained in:
Stephen okra Houston 2016-01-20 09:21:27 -06:00
parent 8a183065b7
commit 95c5f41301
1 changed files with 1 additions and 1 deletions

View File

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