From b9226fbcbddc2f76663b1355c189e4e9b46801de Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20M=C3=BCllner?= Date: Fri, 17 Aug 2012 19:30:46 +0200 Subject: [PATCH] screenShield: Add missing import --- js/ui/screenShield.js | 1 + 1 file changed, 1 insertion(+) diff --git a/js/ui/screenShield.js b/js/ui/screenShield.js index 0fb410781..abd68bd70 100644 --- a/js/ui/screenShield.js +++ b/js/ui/screenShield.js @@ -2,6 +2,7 @@ const Clutter = imports.gi.Clutter; const Gio = imports.gi.Gio; +const GLib = imports.gi.GLib; const GnomeDesktop = imports.gi.GnomeDesktop; const Lang = imports.lang; const Meta = imports.gi.Meta;