[*][elm_win] merge with 66174 for fixing focus problem
authorWooHyun Jung <wh0705.jung@samsung.com>
Mon, 30 Jan 2012 06:23:13 +0000 (15:23 +0900)
committerWooHyun Jung <wh0705.jung@samsung.com>
Mon, 30 Jan 2012 06:23:13 +0000 (15:23 +0900)
src/lib/elm_win.c

index 1a3cd34..112e165 100644 (file)
@@ -311,7 +311,7 @@ _elm_win_focus_in(Ecore_Evas *ee)
    _elm_widget_top_win_focused_set(win->win_obj, EINA_TRUE);
    if (win->show_count == 1)
      {
-        elm_object_focus_set(win->win_obj, EINA_TRUE);
+        elm_widget_focus_steal(win->win_obj);
         win->show_count++;
      }
    else