From 4785d001c7705dde937988aa836b0a17daaf9307 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Fri, 10 Aug 2012 11:52:20 +0800 Subject: [PATCH] tools/build_gtk_tree.js --- tools/build_gtk_tree.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tools/build_gtk_tree.js b/tools/build_gtk_tree.js index 8d345b12b..f4539541b 100644 --- a/tools/build_gtk_tree.js +++ b/tools/build_gtk_tree.js @@ -282,7 +282,9 @@ function BuildLists () { if (parent == 'Gtk.Bin' || methods['Gtk.Bin'].extendsClasses.indexOf(parent) > -1) { return false; } - + if (parent == 'GtkSource.CompletionInfo') { + return false; + } print("TRY ctor: " + parent ); var x = new imports.gi.Gtk[cls](); -- 2.39.2