JsRender/NodeToGtk.vala
authorAlan Knowles <alan@roojs.com>
Fri, 12 Sep 2014 09:11:30 +0000 (17:11 +0800)
committerAlan Knowles <alan@roojs.com>
Fri, 12 Sep 2014 09:11:30 +0000 (17:11 +0800)
JsRender/NodeToGtk.vala

index 90b5920..ac94e53 100644 (file)
@@ -127,7 +127,9 @@ public class JsRender.NodeToGtk : Object {
                        print("skipping pack parent:%s is not a buildable..\n", parent.get_type().name());
                        return ret;
                }
-               
+
+               ((GtkBuildable)parent).add_child(builder, ret, "");
+                   
 
                 
                if (this.node.items.size < 1) {