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

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