jaehyun pushed a commit to branch master.

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

commit d27216193e2a46111fec582e5b9c29cbfd527309
Author: Jaehyun Cho <jae_hyun_...@naver.com>
Date:   Sat May 9 02:45:46 2015 +0900

    lib/enventor: Use correct Eolian namespace syntax.
---
 src/lib/enventor_object.eo | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/lib/enventor_object.eo b/src/lib/enventor_object.eo
index d43a1c8..58d6915 100644
--- a/src/lib/enventor_object.eo
+++ b/src/lib/enventor_object.eo
@@ -1,4 +1,4 @@
-class Enventor.Object (Elm_Widget, Efl.File) {
+class Enventor.Object (Elm.Widget, Efl.File) {
    eo_prefix: enventor_obj;
    properties {
       part_highlight {

-- 


Reply via email to