From 39b80e1049e92f3f04a46d4b51f1d780bc50309c Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Wed, 1 Dec 2010 17:05:49 +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 25378a93a..c8284c2f9 100644 --- a/tools/build_gtk_tree.js +++ b/tools/build_gtk_tree.js @@ -57,7 +57,7 @@ for (cls in classes) { implementations[odata.alias] = odata.titleType == 'Class' ? odata.childClasses : odata.implementedBy; for(method in odata.methods) { - print(method); + print(method.name); } -- 2.39.2