jaehwan pushed a commit to branch master.

http://git.enlightenment.org/tools/eflete.git/commit/?id=f769a7b08d449940bdf09994020ba2a33911af44

commit f769a7b08d449940bdf09994020ba2a33911af44
Author: Jaehwan Kim <jae.hwan....@samsung.com>
Date:   Thu Dec 29 13:30:38 2016 +0900

    fix build error.
---
 src/lib/ewe_ruler.eo | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/lib/ewe_ruler.eo b/src/lib/ewe_ruler.eo
index 2f5009d..5330afe 100644
--- a/src/lib/ewe_ruler.eo
+++ b/src/lib/ewe_ruler.eo
@@ -314,9 +314,9 @@ class Ewe.Ruler (Elm.Widget)
    implements {
       class.constructor;
       Efl.Object.constructor;
-      Efl.Gfx.size.set;
-      Efl.Gfx.position.set;
-      Efl.Gfx.visible.set;
+      Efl.Gfx.size { set; }
+      Efl.Gfx.position { set; }
+      Efl.Gfx.visible { set; }
       Efl.Canvas.Group.group_add;
       Efl.Canvas.Group.group_del;
       Efl.Canvas.Group.group_calculate;

-- 


Reply via email to