summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAmitesh Singh <amitesh.sh@samsung.com>2017-11-29 19:46:04 +0900
committerAmitesh Singh <amitesh.sh@samsung.com>2017-11-29 19:46:04 +0900
commit038e492fe1c2ae13fcdb3a2557478d25331300f9 (patch)
treec47054dc39e30441e8169833c74e5684c97938fd
parent29b47e0a0776e9cc74ad8b9fc00fa3271c4d5486 (diff)
downloadefl-038e492fe1c2ae13fcdb3a2557478d25331300f9.tar.gz
focus: fix build break after previous commit.
-rw-r--r--src/lib/elementary/efl_ui_win.eo2
1 files changed, 1 insertions, 1 deletions
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; }