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

index be46d00..0b9f74d 100644 (file)
@@ -155,7 +155,7 @@ function BuildLists () {
         methods[p].can_be_added_to.forEach(function(c) {
             methods[p].can_be_added_to_as[c]=c;
             implementations[c].forEach(function(imp) {
-                methods[p].can_be_added_to_as[c]=imp;
+                methods[p].can_be_added_to_as[imp]=c;
             });
         });