From 08819f8bce47b55c04a51f6d930d5289d1f859e4 Mon Sep 17 00:00:00 2001 From: Stephen okra Houston Date: Tue, 29 Dec 2015 09:21:12 -0600 Subject: [PATCH] Ephoto: Selection check not needed when changing directories. --- src/bin/ephoto_main.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/bin/ephoto_main.c b/src/bin/ephoto_main.c index 018d7b2..5a89b6c 100644 --- a/src/bin/ephoto_main.c +++ b/src/bin/ephoto_main.c @@ -420,9 +420,8 @@ _ephoto_populate_end(void *data, Eio_File *handler EINA_UNUSED) ed->ephoto->ls = NULL; - if (!ed->ephoto->selentries) - ephoto_single_browser_entries_set(ed->ephoto->single_browser, - ed->ephoto->entries); + ephoto_single_browser_entries_set(ed->ephoto->single_browser, + ed->ephoto->entries); ecore_event_add(EPHOTO_EVENT_POPULATE_END, NULL, NULL, NULL); free(ed); }