gitlive.js
authorAlan Knowles <alan@akbkhome.com>
Sat, 21 May 2011 15:18:05 +0000 (23:18 +0800)
committerAlan Knowles <alan@akbkhome.com>
Sat, 21 May 2011 15:18:05 +0000 (23:18 +0800)
gitlive.js

index a393851..dfe2aa0 100644 (file)
 */
 
 
 GI = 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
-//#GI.Repository.prepend_search_path(GLib.get_home_dir() + '/.Builder/girepository-1.1');
+GI.Repository.prepend_search_path(GLib.get_home_dir() + '/.Builder/girepository-1.2');
 
 
 var Gio      = imports.gi.Gio;