From b9fb381f8417024701416599bc6d057f6b66f217 Mon Sep 17 00:00:00 2001 From: Stephen Houston Date: Thu, 26 May 2016 20:04:56 -0500 Subject: [PATCH] Ephoto: Don't forget to show single browser controls when opening ephoto with an image rather than path. --- src/bin/ephoto_main.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/bin/ephoto_main.c b/src/bin/ephoto_main.c index 11ae608..4df2d82 100644 --- a/src/bin/ephoto_main.c +++ b/src/bin/ephoto_main.c @@ -632,6 +632,7 @@ ephoto_window_add(const char *path) elm_naviframe_item_simple_promote(ephoto->pager, ephoto->single_browser); + ephoto_single_browser_show_controls(ephoto); ephoto->state = EPHOTO_STATE_SINGLE; } ephoto_directory_browser_top_dir_set(ephoto, ephoto->config->directory);