X-Git-Url: http://git.roojs.org/?p=app.Builder.js;a=blobdiff_plain;f=gtkrun.js;h=88481f9a86e2e0c3577f3072795f8d3d64a6f37b;hp=d247be93df62c3e76f00daa9139522173cb3043a;hb=15935093f93caccf9e843a7a02bddd2027d1fa0f;hpb=0311237e1de47490a60cea60ad169a4c4705980e diff --git a/gtkrun.js b/gtkrun.js index d247be93d..88481f9a8 100644 --- 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;