Ephoto: Selection check not needed when changing directories.

This commit is contained in:
Stephen okra Houston 2015-12-29 09:21:12 -06:00
parent 1941bdb9c3
commit 08819f8bce
1 changed files with 2 additions and 3 deletions

View File

@ -420,9 +420,8 @@ _ephoto_populate_end(void *data, Eio_File *handler EINA_UNUSED)
ed->ephoto->ls = NULL; ed->ephoto->ls = NULL;
if (!ed->ephoto->selentries) ephoto_single_browser_entries_set(ed->ephoto->single_browser,
ephoto_single_browser_entries_set(ed->ephoto->single_browser, ed->ephoto->entries);
ed->ephoto->entries);
ecore_event_add(EPHOTO_EVENT_POPULATE_END, NULL, NULL, NULL); ecore_event_add(EPHOTO_EVENT_POPULATE_END, NULL, NULL, NULL);
free(ed); free(ed);
} }