ami pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=038e492fe1c2ae13fcdb3a2557478d25331300f9

commit 038e492fe1c2ae13fcdb3a2557478d25331300f9
Author: Amitesh Singh <amitesh...@samsung.com>
Date:   Wed Nov 29 19:46:04 2017 +0900

    focus: fix build break after previous commit.
---
 src/lib/elementary/efl_ui_win.eo | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/lib/elementary/efl_ui_win.eo b/src/lib/elementary/efl_ui_win.eo
index 66a3d47223..989a3ca16f 100644
--- a/src/lib/elementary/efl_ui_win.eo
+++ b/src/lib/elementary/efl_ui_win.eo
@@ -801,7 +801,7 @@ class Efl.Ui.Win (Elm.Widget, Efl.Canvas, Efl.Access.Window,
                              that it's not covered by any other window.]]
       Efl.Gfx.Stack.lower; [[This action is ignored by the Window.]]
       Elm.Widget.theme_apply;
-      Elm.Widget.focus { get; }
+      Efl.Ui.Focus.Object.focus { get; }
       Elm.Widget.focus_highlight_style { get; set; }
       Elm.Widget.focus_highlight_enabled { get; set; }
       Elm.Widget.focus_highlight_animate { get; set; }

-- 


Reply via email to