gtkrun.js
authorAlan Knowles <alan@akbkhome.com>
Wed, 24 Aug 2011 04:10:17 +0000 (12:10 +0800)
committerAlan Knowles <alan@akbkhome.com>
Wed, 24 Aug 2011 04:10:17 +0000 (12:10 +0800)
gtkrun.js

index d7303b0..18ea224 100644 (file)
--- a/gtkrun.js
+++ b/gtkrun.js
@@ -80,9 +80,14 @@ files.forEach(function(f) {
             olist.push(imports[js]);
             return;
         }
-        
+        // Compiling BJS is depreciated..
+        olist.push(imports[js]);
+        return;
         
     }
+    
+    return;
+    
     var gtkbuilder =  new imports.Builder.Provider.File.Gtk.Gtk({ path : fp });
     gtkbuilder.loadItems(function() { });
     XObject.log("COMPILING" + js);