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

index 69e0f2c..c9e1519 100644 (file)
@@ -127,7 +127,7 @@ function BuildLists () {
                 //    methods[addable_type].can_be_added_to.push(cls);
                 //}
                 var add = {}
-                add[cls] = m.name;
+                add[m.memberOf] = m.name;
                 
                 if (typeof(methods[addable_type].can_be_added_to_as[cls]) == 'undefined') {
                     methods[addable_type].can_be_added_to_as[cls]=[];