options_background: go to image grid when selecting user/system in hoversel

This commit is contained in:
Boris Faure 2018-01-13 18:52:40 +01:00
parent 85ba744771
commit 8b26cd4149
1 changed files with 1 additions and 0 deletions

View File

@ -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