[gnome-continuous] resolve: Do import GLib



commit f9331167757673bd0633ada545e80fb2705bf680
Author: Colin Walters <walters verbum org>
Date:   Tue Apr 22 16:52:19 2014 -0400

    resolve: Do import GLib
    
    This regressed with Giovanni's commit to change main.js.

 src/js/tasks/task-resolve.js |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/src/js/tasks/task-resolve.js b/src/js/tasks/task-resolve.js
index b675403..a729393 100644
--- a/src/js/tasks/task-resolve.js
+++ b/src/js/tasks/task-resolve.js
@@ -15,6 +15,7 @@
 // Free Software Foundation, Inc., 59 Temple Place - Suite 330,
 // Boston, MA 02111-1307, USA.
 
+const GLib = imports.gi.GLib;
 const Gio = imports.gi.Gio;
 const Lang = imports.lang;
 const GSystem = imports.gi.GSystem;


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]