evas: fix typos in Evas_VG_Root_Node.
authorCedric BAIL <cedric@osg.samsung.com>
Fri, 3 Apr 2015 14:22:38 +0000 (16:22 +0200)
committerCedric BAIL <cedric@osg.samsung.com>
Fri, 3 Apr 2015 14:22:38 +0000 (16:22 +0200)
src/lib/evas/canvas/evas_vg_root_node.c

index d77c4c5..10f23ee 100644 (file)
@@ -18,7 +18,7 @@ _evas_vg_root_node_eo_base_parent_set(Eo *obj,
                                       Eo *parent)
 {
    // Nice little hack, jump over parent parent_set in Evas_VG_Root
-   eo_do_super(obj, EVAS_VG_NODE_CLASS, eo_constructor());
+   eo_do_super(obj, EVAS_VG_NODE_CLASS, eo_parent_set(parent));
    if (!eo_isa(parent, EVAS_VG_CLASS))
      eo_error_set(obj);
 }