q66 pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=af6713ebb464fe264e553542c0a6cbf545e8052f

commit af6713ebb464fe264e553542c0a6cbf545e8052f
Author: Daniel Kolesa <d.kol...@osg.samsung.com>
Date:   Wed Aug 30 15:34:31 2017 +0200

    efl interfaces: fix incorrect enum val
---
 src/lib/efl/interfaces/efl_orientation.eo      | 2 +-
 src/lib/elementary/elm_interface_scrollable.eo | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/lib/efl/interfaces/efl_orientation.eo 
b/src/lib/efl/interfaces/efl_orientation.eo
index 8ed69aac55..1b42b320e6 100644
--- a/src/lib/efl/interfaces/efl_orientation.eo
+++ b/src/lib/efl/interfaces/efl_orientation.eo
@@ -28,7 +28,7 @@ interface Efl.Orientation
            instance.
          ]]
          values {
-            dir: Efl.Orient(none); [[The rotation angle (CCW), see 
@Efl.Orient.]]
+            dir: Efl.Orient(Efl.Orient.none); [[The rotation angle (CCW), see 
@Efl.Orient.]]
          }
       }
    }
diff --git a/src/lib/elementary/elm_interface_scrollable.eo 
b/src/lib/elementary/elm_interface_scrollable.eo
index c953ab8bf7..0f782eb50f 100644
--- a/src/lib/elementary/elm_interface_scrollable.eo
+++ b/src/lib/elementary/elm_interface_scrollable.eo
@@ -101,7 +101,7 @@ mixin Elm.Interface_Scrollable(Efl.Ui.Scrollable, 
Efl.Canvas.Group, Efl.Ui.Focus
            with regard to scrolling.
          ]]
          values {
-            block: Efl.Ui.Scroll_Block(none); [[Which axis (or axes) to block]]
+            block: Efl.Ui.Scroll_Block(Efl.Ui.Scroll_Block.none); [[Which axis 
(or axes) to block]]
          }
       }
       @property momentum_animator_disabled {

-- 


Reply via email to