From f1dc35a90f3055961e79d8b7dc6c993d9dd2a9d6 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Thu, 9 Aug 2012 18:33:54 +0800 Subject: [PATCH] tools/build_gtk_tree.js --- tools/build_gtk_tree.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/build_gtk_tree.js b/tools/build_gtk_tree.js index 8a40121b5..b249a2d3a 100644 --- a/tools/build_gtk_tree.js +++ b/tools/build_gtk_tree.js @@ -147,7 +147,7 @@ function BuildLists () { methods[cls].can_contain.pushUnique(addable_type); var add = m.memberOf +':'+ m.name; - methods[cls].can_contain_methods.pushUnique(add); + methods[cls].can_contain_using.pushUnique(add); //methods[cls].using_methods[m.name] = m.params; //if (methods[addable_type].can_be_added_to.indexOf(cls) < 0) { -- 2.39.2