Ephoto: Don't forget to show single browser controls when opening ephoto with an image rather than path.

This commit is contained in:
Stephen Houston 2016-05-26 20:04:56 -05:00
parent e18e24a8a4
commit b9fb381f84
1 changed files with 1 additions and 0 deletions

View File

@ -632,6 +632,7 @@ ephoto_window_add(const char *path)
elm_naviframe_item_simple_promote(ephoto->pager, elm_naviframe_item_simple_promote(ephoto->pager,
ephoto->single_browser); ephoto->single_browser);
ephoto_single_browser_show_controls(ephoto);
ephoto->state = EPHOTO_STATE_SINGLE; ephoto->state = EPHOTO_STATE_SINGLE;
} }
ephoto_directory_browser_top_dir_set(ephoto, ephoto->config->directory); ephoto_directory_browser_top_dir_set(ephoto, ephoto->config->directory);