From: WooHyun Jung Date: Thu, 29 Sep 2011 06:36:00 +0000 (+0900) Subject: elm_pager : fix a focus problem , merged with 63654 X-Git-Tag: REL_I9200_20111004_1~6^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ec10d7c331a2f77a5f8c5cca1a8faec0d5ca8e48;p=framework%2Fuifw%2Felementary.git elm_pager : fix a focus problem , merged with 63654 --- diff --git a/src/lib/elm_pager.c b/src/lib/elm_pager.c index 218f85d..8bd82d5 100644 --- a/src/lib/elm_pager.c +++ b/src/lib/elm_pager.c @@ -217,7 +217,7 @@ _eval_top(Evas_Object *obj) else if (wd->oldtop) { if (elm_object_focus_get(wd->oldtop->content)) - elm_object_focus(wd->top->content); + elm_widget_focused_object_clear(wd->oldtop->content); if (wd->oldtop->popme) edje_object_signal_emit(o, "elm,action,show", "elm"); else