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=977c489511113f3d9ac4b8c02e8bd04f015bcf03;hp=12c0676399d8680445cece5995a7a18d64997e46;hb=af559f7115bf0fb296534a6206a2219a3b88191e;hpb=89198b8a383f7e911832f8bcf27d3793a0a3c9c8 diff --git a/tools/build_gtk_tree.js b/tools/build_gtk_tree.js index 12c067639..977c48951 100644 --- a/tools/build_gtk_tree.js +++ b/tools/build_gtk_tree.js @@ -305,7 +305,7 @@ function BuildLists () { //print("TRY child type: " + parent); var ct = x.child_type(); - print(parent + " : says children are of type : " + ct); + //print(parent + " : says children are of type : " + ct); // get the Gtype for the child? var GObject = imports.gi.GObject; var match = GObject.type_from_name(ar.join(''));