ajwillia-ms pushed a commit to branch master.

http://git.enlightenment.org/tools/edi.git/commit/?id=47651ec2cc142a43b6bb390023ccb803ffb90b78

commit 47651ec2cc142a43b6bb390023ccb803ffb90b78
Author: Andy Williams <a...@andywilliams.me>
Date:   Mon Feb 15 17:20:41 2016 +0000

    Elm_Interface_Atspi_Text changed to Elm.Interface_Atspi_Text.
    
    @author conr2d
---
 configure.ac                               | 2 +-
 elm_code/src/lib/widget/elm_code_widget.eo | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/configure.ac b/configure.ac
index 07a0680..e3ad0db 100644
--- a/configure.ac
+++ b/configure.ac
@@ -65,7 +65,7 @@ PKG_CHECK_MODULES([EFL],
  ecore >= 1.17.0
  edje >= 1.17.0
  eo >= 1.17.0
- elementary >= 1.17.0
+ elementary >= 1.17.99
  eio >= 1.17.0
 ])
 
diff --git a/elm_code/src/lib/widget/elm_code_widget.eo 
b/elm_code/src/lib/widget/elm_code_widget.eo
index 0e11331..b8ab71d 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_obj_code_widget;
    legacy_prefix: elm_code_widget;

-- 


Reply via email to