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

index e840cba..ac0193d 100644 (file)
@@ -86,7 +86,7 @@ function BuildLists () {
                 // now add it..
                 //print(JSON.stringify(p));Seed.exit();
                 var full_method_name = p.type;
-                if (p.type.indexOf('.') < 0) {
+                if (full_method_name.indexOf('.') < 0) {
                     full_method_name = p.memberOf + '.' + p.type;
                 }