src/Palete/Gtk.vala
authorAlan Knowles <alan@roojs.com>
Mon, 11 May 2015 10:06:08 +0000 (18:06 +0800)
committerAlan Knowles <alan@roojs.com>
Mon, 11 May 2015 10:06:08 +0000 (18:06 +0800)
src/Palete/Gtk.vala

index 40f6b0a..2e59c3d 100644 (file)
@@ -264,6 +264,10 @@ namespace Palete {
                                return false;
                        }
                        print ("Got type %s", gir.asJSONString());
+                       if (gir.nodetype != "Enum") {
+                               return;
+                       }
+