gtkrun.js
authorAlan Knowles <alan@akbkhome.com>
Mon, 24 May 2010 05:15:01 +0000 (13:15 +0800)
committerAlan Knowles <alan@akbkhome.com>
Mon, 24 May 2010 05:15:01 +0000 (13:15 +0800)
gtkrun.js

index 860bd8a..21d6fb6 100644 (file)
--- a/gtkrun.js
+++ b/gtkrun.js
@@ -54,7 +54,7 @@ files.forEach(function(f) {
         continue;
     }
     var gtkbuilder =  new imports.Builder.Provider.File.Gtk.Gtk({ path : f });
-    gtkbuilder.loadItems();
+    gtkbuilder.loadItems(function() { });
     gtkbuilder.saveJS();
     olist.push(imports[f.replace(/\.bjs$/, '.js')]);