From 595ffd758a72c2fc85bfd10b623468a0dc194b0b Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Fri, 10 Aug 2012 18:41:36 +0800 Subject: [PATCH] tools/build_gtk_tree.js --- tools/build_gtk_tree.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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; -- 2.39.2