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

index 4e19f30..42f0840 100644 (file)
@@ -122,7 +122,7 @@ function BuildLists () {
                 //    methods[addable_type].can_be_added_to.push(cls);
                 //}
                 var add = {}
-                add[cls] = name;
+                add[cls] = m.name;
                 
                 if (typeof(methods[addable_type].can_be_added_to_as[cls]) == 'undefined') {
                     methods[addable_type].can_be_added_to_as[cls]=[];