gtkrun.js
authorAlan Knowles <alan@akbkhome.com>
Wed, 4 May 2011 09:27:01 +0000 (17:27 +0800)
committerAlan Knowles <alan@akbkhome.com>
Wed, 4 May 2011 09:27:01 +0000 (17:27 +0800)
gtkrun.js

index 5a28e79..d247be9 100644 (file)
--- a/gtkrun.js
+++ b/gtkrun.js
@@ -31,7 +31,7 @@ GIRepository = imports.gi.GIRepository;
 GLib        = imports.gi.GLib;
 
 // we add this in, as it appears to get lost sometimes if we set it using the ENV. variable in builder.sh
-GIRepository.Repository.prepend_search_path(GLib.get_home_dir() + '/.Builder/girepository-1.1');
+//GIRepository.IRepository.prepend_search_path(GLib.get_home_dir() + '/.Builder/girepository-1.1');
 //print(JSON.stringify(GIRepository.IRepository.get_search_path()));
 
 Gtk         = imports.gi.Gtk;