tools/build_gtk_tree.js
authorAlan Knowles <alan@roojs.com>
Thu, 9 Aug 2012 04:02:36 +0000 (12:02 +0800)
committerAlan Knowles <alan@roojs.com>
Thu, 9 Aug 2012 04:02:36 +0000 (12:02 +0800)
tools/build_gtk_tree.js

index e8d372f..36645f1 100644 (file)
@@ -117,6 +117,13 @@ function BuildLists () {
                 }
                 methods[cls].using_methods[m.name] = m.params;
                 
+                if (methods[addable_type].can_be_added_to.indexOf(cls) < 0) { 
+                    methods[addable_type].can_be_added_to.push(cls);
+                }
+                
+                
+                
+                
                 return;
             /*
                     methods[cls].using_methods[m.name] = {};