ajwillia-ms pushed a commit to branch efl-1.14. http://git.enlightenment.org/tools/edi.git/commit/?id=206378499ada22ab070fa6dfb8db28b43da34bd7
commit 206378499ada22ab070fa6dfb8db28b43da34bd7 Author: Andy Williams <a...@andywilliams.me> Date: Tue Jun 2 16:58:31 2015 +0100 Revert "eolian_gen fixes to inheritance" This reverts commit 94f5abd2c8f85c823c0dc2d9e4fd8c0d77e0374d. --- elm_code/src/lib/widget/elm_code_widget.eo | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/elm_code/src/lib/widget/elm_code_widget.eo b/elm_code/src/lib/widget/elm_code_widget.eo index 041450b..a5b54f0 100644 --- a/elm_code/src/lib/widget/elm_code_widget.eo +++ b/elm_code/src/lib/widget/elm_code_widget.eo @@ -1,4 +1,4 @@ -class Elm_Code_Widget (Elm.Layout, Elm_Interface_Atspi_Text) +class Elm_Code_Widget (Elm_Layout, Elm_Interface_Atspi_Text) { eo_prefix: elm_code_widget; properties { --