From 7bc7b4355107933660dc52a47b1e8edbf688e02f Mon Sep 17 00:00:00 2001 From: Stephen okra Houston Date: Wed, 3 Aug 2016 16:09:52 -0500 Subject: [PATCH] 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);