okra pushed a commit to branch master.

http://git.enlightenment.org/apps/ephoto.git/commit/?id=b9fb381f8417024701416599bc6d057f6b66f217

commit b9fb381f8417024701416599bc6d057f6b66f217
Author: Stephen Houston <[email protected]>
Date:   Thu May 26 20:04:56 2016 -0500

    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);

-- 


Reply via email to