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

index 9df2124..b50936f 100644 (file)
@@ -98,7 +98,7 @@ public class JsRender.NodeToGtk : Object {
                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)) {
+               if  (this.node.props.has_key("* pack") && parent.get_type().is_a(typeof(global::Gtk.Container))) {
                        var pack = this.node.props.get("* pack").split(",");