From 8712b3393644976d81875c6b4914407ad01e0ab2 Mon Sep 17 00:00:00 2001 From: Shilpa Singh Date: Thu, 29 Sep 2011 16:17:14 +0900 Subject: [PATCH] [elc_navigationbar_ex]: removed focus setting from widget. Change-Id: I9bbe836d7ab646bc024aaad579a55442fda0819d --- src/lib/elc_navigationbar_ex.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/elc_navigationbar_ex.c b/src/lib/elc_navigationbar_ex.c index a890bb6..5e15c46 100644 --- a/src/lib/elc_navigationbar_ex.c +++ b/src/lib/elc_navigationbar_ex.c @@ -246,7 +246,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(o2, "elm,action,show", "elm"); -- 2.7.4