X-Git-Url: http://git.roojs.org/?p=app.Builder.js;a=blobdiff_plain;f=tools%2Fbuild_gtk_tree.js;fp=tools%2Fbuild_gtk_tree.js;h=3b96bd5c619257b76066812784d802537c303dbf;hp=4d0c934da31fbe7d24556e0eeed7be97fce04ec4;hb=595ffd758a72c2fc85bfd10b623468a0dc194b0b;hpb=373eece7083d2f13fb5bbf509cf1d6676900e531 diff --git a/tools/build_gtk_tree.js b/tools/build_gtk_tree.js index 4d0c934da..3b96bd5c6 100644 --- a/tools/build_gtk_tree.js +++ b/tools/build_gtk_tree.js @@ -309,8 +309,8 @@ function BuildLists () { // get the Gtype for the child? var GObject = imports.gi.GObject; var match = GObject.type_from_name(ar.join('')); - print([ar, ct]); - print ("matching?" + (GObject.type_is_a(ar, ct ) ? "YES" : "NO")); + print([match, ct]); + print ("matching?" + (GObject.type_is_a(match, ct ) ? "YES" : "NO")); return true;