From 68f23dbd6afc0fa2575dd407d5437eb0c02ea5d5 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Thu, 25 Aug 2011 11:31:19 +0800 Subject: [PATCH] gtkrun.js --- gtkrun.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtkrun.js b/gtkrun.js index 31f365853..18ea22404 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.Repository.prepend_search_path(GLib.get_home_dir() + '/.Builder/girepository-1.2'); +GIRepository.Repository.prepend_search_path(GLib.get_home_dir() + '/.Builder/girepository-1.2'); //print(JSON.stringify(GIRepository.IRepository.get_search_path())); Gtk = imports.gi.Gtk; -- 2.39.2