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

index fd85b8f..ac81584 100644 (file)
@@ -102,6 +102,8 @@ public class JsRender.NodeToGtk : Object {
                                        cls + "." + k, type,  this.node.get(k).strip());
                                continue;
                        }
+                       print ("set_property ( %s , %s)\n", k, this.node.get(k).strip());
+                       
                        
                        ret.set_property(k, val);