From cf00e062beb8ca6e253a906c12ee72b1ff4137b8 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Fri, 10 Aug 2012 11:54:56 +0800 Subject: [PATCH] tools/build_gtk_tree.js --- tools/build_gtk_tree.js | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/tools/build_gtk_tree.js b/tools/build_gtk_tree.js index 4f2709edf..b9f81534b 100644 --- a/tools/build_gtk_tree.js +++ b/tools/build_gtk_tree.js @@ -283,7 +283,11 @@ function BuildLists () { if (parent == 'Gtk.Bin' || methods['Gtk.Bin'].extendsClasses.indexOf(parent) > -1) { return false; } - if (['GtkSource.CompletionInfo', 'Gtk.MenuShell', 'GtkClutter.Embed'].indexOf(parent) > -1) { + if (['GtkSource.CompletionInfo', + 'Gtk.MenuShell', + 'Gtk.SourceView', // ??? nothing can be added to it? + 'GtkClutter.Embed' + ].indexOf(parent) > -1) { return false; } -- 2.39.2