hermet pushed a commit to branch master.

http://git.enlightenment.org/tools/enventor.git/commit/?id=96f1fc1c2815134cef8559290d2a3cf10be523df

commit 96f1fc1c2815134cef8559290d2a3cf10be523df
Author: Hermet Park <her...@hermet.pe.kr>
Date:   Fri May 13 00:45:48 2016 +0900

    update a usage of namingspace for evas object smart.
---
 src/lib/enventor_object.eo | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

diff --git a/src/lib/enventor_object.eo b/src/lib/enventor_object.eo
index 6cec032..4948b49 100644
--- a/src/lib/enventor_object.eo
+++ b/src/lib/enventor_object.eo
@@ -297,15 +297,15 @@ class Enventor.Object (Elm.Widget, Efl.File) {
    implements {
       class.constructor;
       Eo.Base.constructor;
-      Evas.Object_Smart.add;
-      Evas.Object_Smart.del;
-      Evas.Object_Smart.move;
-      Evas.Object_Smart.resize;
-      Evas.Object_Smart.show;
-      Evas.Object_Smart.hide;
-      Evas.Object_Smart.clip.set;
-      Evas.Object_Smart.clip_unset;
-      Evas.Object_Smart.member_add;
+      Evas.Object.Smart.add;
+      Evas.Object.Smart.del;
+      Evas.Object.Smart.move;
+      Evas.Object.Smart.resize;
+      Evas.Object.Smart.show;
+      Evas.Object.Smart.hide;
+      Evas.Object.Smart.clip.set;
+      Evas.Object.Smart.clip_unset;
+      Evas.Object.Smart.member_add;
       Efl.File.file.set;
    }
    events {

-- 


Reply via email to