tools/build_gtk_tree.js
authorAlan Knowles <alan@roojs.com>
Fri, 10 Aug 2012 10:35:41 +0000 (18:35 +0800)
committerAlan Knowles <alan@roojs.com>
Fri, 10 Aug 2012 10:35:41 +0000 (18:35 +0800)
tools/build_gtk_tree.js

index dad8eee..e6b11ff 100644 (file)
@@ -308,7 +308,7 @@ function BuildLists () {
         print(parent + " : says children are of type : " + x.child_type());
         // get the Gtype for the child?
         
         print(parent + " : says children are of type : " + x.child_type());
         // get the Gtype for the child?
         
-        GObject.type_From_name(ar.join(''));
+        print ("matching?" + GObject.type_From_name(ar.join('')));
         
         
         return true;
         
         
         return true;