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

index 70017cf..854b8dd 100644 (file)
@@ -119,7 +119,10 @@ public class JsRender.NodeToGtk : Object {
                        print("skipping pack  %s is not a buildable..\n", cls);
                        return ret;
                }
-               
+               if (parent == null) {
+                       //print("skipping pack  %s is not a buildable..\n", cls);
+                       return ret;
+               }
 
                 
                if (this.node.items.size < 1) {