From 7061a311aaf977f39fbd5c38732ea8bf4718519a Mon Sep 17 00:00:00 2001 From: Martin Jansa Date: Tue, 18 Oct 2011 13:27:16 +0000 Subject: [PATCH] eve: adapt to elm_object_focus API change from r62049 Signed-off-by: Martin Jansa SVN revision: 64148 --- src/bin/chrome.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/chrome.c b/src/bin/chrome.c index 3d6d36f..8b817b3 100644 --- a/src/bin/chrome.c +++ b/src/bin/chrome.c @@ -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); }