billiob pushed a commit to branch master. http://git.enlightenment.org/apps/terminology.git/commit/?id=8b26cd4149dee21b9c4e8dc36ef22ccc6c8edc03
commit 8b26cd4149dee21b9c4e8dc36ef22ccc6c8edc03 Author: Boris Faure <[email protected]> Date: Sat Jan 13 18:52:40 2018 +0100 options_background: go to image grid when selecting user/system in hoversel --- src/bin/options_background.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/bin/options_background.c b/src/bin/options_background.c index c99423f..71b4c1b 100644 --- a/src/bin/options_background.c +++ b/src/bin/options_background.c @@ -392,6 +392,7 @@ _cb_hoversel_select(Background_Ctx *ctx, const Eina_Stringshare *path) Evas_Object *o; if (path) { + elm_flip_go_to(ctx->flip, EINA_TRUE, ELM_FLIP_PAGE_LEFT); elm_object_text_set(ctx->entry, path); } else --
