tools/build_gtk_tree.js
[app.Builder.js] / tools / build_gtk_tree.js
index 2a35c86..5b58ba3 100644 (file)
@@ -310,7 +310,7 @@ function BuildLists () {
         var GObject = imports.gi.GObject;
         var match = GObject.type_from_name(ar.join(''));
         
-        print ("matching?" + (GObject.match(ar,  ct ) ? "YES" : "NO"));
+        print ("matching?" + (GObject.type_is_a(ar,  ct ) ? "YES" : "NO"));
         
         
         return true;