ajwillia-ms pushed a commit to branch master.

http://git.enlightenment.org/tools/edi.git/commit/?id=94f5abd2c8f85c823c0dc2d9e4fd8c0d77e0374d

commit 94f5abd2c8f85c823c0dc2d9e4fd8c0d77e0374d
Author: Andy Williams <a...@andywilliams.me>
Date:   Mon May 11 23:17:44 2015 +0100

    eolian_gen fixes to inheritance
---
 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 7e82fce..8ea95d7 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;
    methods {

-- 


Reply via email to