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

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