X-Git-Url: http://git.roojs.org/?p=app.Builder.js;a=blobdiff_plain;f=tools%2Fbuild_gtk_tree.js;h=4f2709edf90ca4dcb7ca575e91c5477387ac5226;hp=be335d418e2d4d7b942b004a804384fd9eba766b;hb=3daea35dbaf49a4086399a1d3b6c7844b7d48edc;hpb=5686bd0039c86b64f0d373961dc0bb4b9af954a0 diff --git a/tools/build_gtk_tree.js b/tools/build_gtk_tree.js index be335d418..4f2709edf 100644 --- a/tools/build_gtk_tree.js +++ b/tools/build_gtk_tree.js @@ -283,7 +283,7 @@ function BuildLists () { if (parent == 'Gtk.Bin' || methods['Gtk.Bin'].extendsClasses.indexOf(parent) > -1) { return false; } - if (['GtkSource.CompletionInfo', 'Gtk.MenuShell'].indexOf(parent) > -1) { + if (['GtkSource.CompletionInfo', 'Gtk.MenuShell', 'GtkClutter.Embed'].indexOf(parent) > -1) { return false; }