From 9e75df07ca148523d256ab072bce52fba4019477 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Fri, 10 Aug 2012 18:25:43 +0800 Subject: [PATCH] tools/build_gtk_tree.js --- tools/build_gtk_tree.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tools/build_gtk_tree.js b/tools/build_gtk_tree.js index 8f0f94011..f2cbc9b45 100644 --- a/tools/build_gtk_tree.js +++ b/tools/build_gtk_tree.js @@ -496,6 +496,8 @@ right: } imports.gi.Gtk.init(Seed.argv); + +imports.gi.GtkClutter.init(Seed.argv); BuildLists(); // we now have a list of classes / methods that can be used.. -- 2.39.2