tools/build_gtk_tree.js
authorAlan Knowles <alan@akbkhome.com>
Thu, 9 Aug 2012 14:59:36 +0000 (22:59 +0800)
committerAlan Knowles <alan@akbkhome.com>
Thu, 9 Aug 2012 14:59:36 +0000 (22:59 +0800)
tools/build_gtk_tree.js

index a46b8fb..7e45207 100644 (file)
@@ -48,7 +48,7 @@ function BuildLists () {
     
  
 
-    var ns_list = [ 'Gtk' , 'Gdk', 'Pango', 'GtkSource', 'WebKit', 'Vte'] ; //NameSpace.namespaces();
+    var ns_list = [ 'Gtk' , 'Gdk', 'Pango', 'GtkSource', 'WebKit', 'Vte', 'GtkClutter'] ; //NameSpace.namespaces();
      
     ns_list = ns_list.sort();
     // let's try and load them, so we find out early what will fail.