From: Alan Knowles Date: Sat, 21 May 2011 15:21:49 +0000 (+0800) Subject: gitlive.js X-Git-Url: http://git.roojs.org/?p=gitlive;a=commitdiff_plain;h=d561f8730a3cfb310e32bd68ef53be544db9eb04 gitlive.js --- diff --git a/gitlive.js b/gitlive.js index dfe2aa0a..c3bcfa6f 100644 --- a/gitlive.js +++ b/gitlive.js @@ -15,6 +15,7 @@ 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.2');