JsRender/NodeToGlade.vala
authorAlan Knowles <alan@roojs.com>
Wed, 10 Sep 2014 11:52:53 +0000 (19:52 +0800)
committerAlan Knowles <alan@roojs.com>
Wed, 10 Sep 2014 11:52:53 +0000 (19:52 +0800)
JsRender/NodeToGlade.vala

index 6ac85e2..88a47a7 100644 (file)
@@ -91,6 +91,7 @@ public class JsRender.NodeToGlade : Object {
                switch(cls) {
                        // things we can not do yet...
                        case "GtkDialog": // top level.. - named and referenced
+                       case "GtkAboutDialog":
                        case "GtkWindow": // top level.. - named and referenced
                                return this.mungeChild(pad + "        " , this.node.items.get(0) );