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=4d0c934da31fbe7d24556e0eeed7be97fce04ec4;hp=5b58ba34dffb43edc3a6dfbe8aab913c7fa50011;hb=373eece7083d2f13fb5bbf509cf1d6676900e531;hpb=196bc7397e0d3d7a32767015d485d27a4f09b269 diff --git a/tools/build_gtk_tree.js b/tools/build_gtk_tree.js index 5b58ba34d..4d0c934da 100644 --- a/tools/build_gtk_tree.js +++ b/tools/build_gtk_tree.js @@ -309,7 +309,7 @@ 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"));