JsRender/NodeToGtk.vala
authorAlan Knowles <alan@roojs.com>
Mon, 15 Sep 2014 09:51:02 +0000 (17:51 +0800)
committerAlan Knowles <alan@roojs.com>
Mon, 15 Sep 2014 09:51:02 +0000 (17:51 +0800)
JsRender/NodeToGtk.vala

index 2372a71..1f2d846 100644 (file)
@@ -97,7 +97,7 @@ public class JsRender.NodeToGtk : Object {
                // let's test just setting expand to false...
                var cls_methods = cls_gir.methods;
 
-               
+               // pack on a container..
                if  (this.node.props.has_key("* pack") &&parent.get_type().is_a((typeof(global::Gtk.Container)) {
                        var pack = this.node.props.get("* pack").split(",");