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

index c5c528a..c490a0a 100644 (file)
@@ -86,6 +86,8 @@ function BuildLists () {
                 // now add it..
                 
                 var full_method_name = p.memberOf + '.' + p.type;
+                print(full_method_name );
+                
                 if (allmethods.indexOf(full_method_name) < 0) {
                     allmethods.push(full_method_name);
                 }