elm_pager : fix a focus problem , merged with 63654
authorWooHyun Jung <wh0705.jung@samsung.com>
Thu, 29 Sep 2011 06:36:00 +0000 (15:36 +0900)
committerWooHyun Jung <wh0705.jung@samsung.com>
Thu, 29 Sep 2011 06:36:00 +0000 (15:36 +0900)
src/lib/elm_pager.c

index 218f85d..8bd82d5 100644 (file)
@@ -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