From 038e492fe1c2ae13fcdb3a2557478d25331300f9 Mon Sep 17 00:00:00 2001 From: Amitesh Singh Date: Wed, 29 Nov 2017 19:46:04 +0900 Subject: [PATCH] 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 66a3d47..989a3ca 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; } -- 2.7.4