okra pushed a commit to branch master. http://git.enlightenment.org/apps/ephoto.git/commit/?id=7bc7b4355107933660dc52a47b1e8edbf688e02f
commit 7bc7b4355107933660dc52a47b1e8edbf688e02f Author: Stephen okra Houston <[email protected]> Date: Wed Aug 3 16:09:52 2016 -0500 Ephoto: Show the dir to open ephoto with, not the currently opened dir. --- src/bin/ephoto_config.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/ephoto_config.c b/src/bin/ephoto_config.c index 349dc98..9eed4b0 100644 --- a/src/bin/ephoto_config.c +++ b/src/bin/ephoto_config.c @@ -117,7 +117,7 @@ _config_general(Ephoto *ephoto, Evas_Object *parent) _open_hv_select, ephoto); elm_hoversel_item_add(hoversel, _("Custom Directory"), NULL, 0, _open_hv_select, ephoto); - elm_object_text_set(hoversel, ephoto->config->directory); + elm_object_text_set(hoversel, ephoto->config->open); evas_object_data_set(hoversel, "ephoto", ephoto); evas_object_size_hint_weight_set(hoversel, EVAS_HINT_EXPAND, EVAS_HINT_FILL); --
