tools/build_gtk_tree.js
authorAlan Knowles <alan@roojs.com>
Wed, 8 Aug 2012 10:33:05 +0000 (18:33 +0800)
committerAlan Knowles <alan@roojs.com>
Wed, 8 Aug 2012 10:33:05 +0000 (18:33 +0800)
tools/build_gtk_tree.js

index 981397e..017d5b7 100644 (file)
@@ -84,7 +84,8 @@ function BuildLists () {
                     return;
                 }
                 // now add it..
-                var full_method_name = p.ns + '.' + p.type;
+                print(JSON.stringify(p));Seed.exit();
+                var full_method_name = p.memberOf + '.' + p.type;
                 print(full_method_name );
                 
                 if (allmethods.indexOf(full_method_name) < 0) {