elementary/elm_win : when window is shonw at the first time, only

elm_win should be set as focused. not for child objects.


SVN revision: 66174
This commit is contained in:
WooHyun Jung 2011-12-14 00:43:15 +00:00
parent c409cd16b3
commit dbf9d0065b
1 changed files with 1 additions and 1 deletions

View File

@ -313,7 +313,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