eve: adapt to elm_object_focus API change from r62049

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>



SVN revision: 64148
This commit is contained in:
Martin Jansa 2011-10-18 13:27:16 +00:00 committed by Rafael Antognolli
parent 041dbc6d29
commit 7061a311aa
1 changed files with 1 additions and 1 deletions

View File

@ -861,7 +861,7 @@ on_view_mask_hidden(void *data, Evas_Object *o __UNUSED__,
* manually here, so elm now has no clue what's up, so tell elm that its
* toplevel widget for the chrome is to be unfocused so elm gives up
* the focus and its idea of the world */
elm_object_unfocus(elm_object_top_widget_get(win->current_chrome));
elm_object_focus_set(elm_object_top_widget_get(win->current_chrome), EINA_FALSE);
evas_object_focus_set(win->current_view, EINA_TRUE);
}