ajwillia-ms pushed a commit to branch master. http://git.enlightenment.org/tools/edi.git/commit/?id=227f8971858636785302c615baa6281feb89be5b
commit 227f8971858636785302c615baa6281feb89be5b Author: Andy Williams <[email protected]> Date: Sat May 14 11:20:08 2016 +0100 Fix build for latest API --- elm_code/src/lib/widget/elm_code_widget.eo | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/elm_code/src/lib/widget/elm_code_widget.eo b/elm_code/src/lib/widget/elm_code_widget.eo index fad1747..65dd56a 100644 --- a/elm_code/src/lib/widget/elm_code_widget.eo +++ b/elm_code/src/lib/widget/elm_code_widget.eo @@ -5,7 +5,7 @@ import elm_interface_scrollable; struct @extern Elm_Code; /* The main interface currently defined in code */ struct @extern Elm_Code_Line; /* Parts of the interface currently defined in code */ -class Elm.Code_Widget (Elm.Layout, Elm.Interface_Atspi_Text) +class Elm.Code_Widget (Elm.Layout, Elm.Interface.Atspi.Text) { eo_prefix: elm_obj_code_widget; legacy_prefix: elm_code_widget; @@ -245,7 +245,7 @@ class Elm.Code_Widget (Elm.Layout, Elm.Interface_Atspi_Text) class.constructor; Eo.Base.constructor; Eo.Base.finalize; - Evas.Object_Smart.add; + Evas.Object.Smart.add; Elm.Widget.event; Elm.Widget.focus_next_manager_is; Elm.Widget.focus_direction_manager_is; --
