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

index d247be9..88481f9 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.IRepository.prepend_search_path(GLib.get_home_dir() + '/.Builder/girepository-1.1');
+GIRepository.IRepository.prepend_search_path(GLib.get_home_dir() + '/.Builder/girepository-1.2');
 //print(JSON.stringify(GIRepository.IRepository.get_search_path()));
 
 Gtk         = imports.gi.Gtk;