From 6d29377cc60a5d8c0db05554ed222fe229ea53b2 Mon Sep 17 00:00:00 2001 From: Daniel Juyung Seo Date: Sun, 14 Aug 2011 08:39:30 +0000 Subject: [PATCH] Applied elm_object_focus() -> elm_object_focus_set() change to some apps and libraries. SVN revision: 62436 --- src/bin/ephoto_single_browser.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/ephoto_single_browser.c b/src/bin/ephoto_single_browser.c index bcdf249..4716397 100644 --- a/src/bin/ephoto_single_browser.c +++ b/src/bin/ephoto_single_browser.c @@ -500,7 +500,7 @@ _ephoto_single_browser_recalc(Ephoto_Single_Browser *sb) _orient_apply(sb); } - elm_object_focus(sb->main); + elm_object_focus_set(sb->main, EINA_TRUE); } static void