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

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