summaryrefslogtreecommitdiff
path: root/gnome-unstable/gnome-shell/646333.patch
blob: fb2a817a3d9c8cf64be93284d2862ec119cffb06 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
From cbb8bdd48f2b05f8718448b596c4c2da2f34e54b Mon Sep 17 00:00:00 2001
From: Maxim Ermilov <zaspire@rambler.ru>
Date: Tue, 5 Apr 2011 05:20:44 +0400
Subject: [PATCH] extensionSystem: add missing import

https://bugzilla.gnome.org/show_bug.cgi?id=646333
---
 js/ui/extensionSystem.js |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/js/ui/extensionSystem.js b/js/ui/extensionSystem.js
index eb82bc3..9dd3a47 100644
--- a/js/ui/extensionSystem.js
+++ b/js/ui/extensionSystem.js
@@ -3,6 +3,7 @@
 const GLib = imports.gi.GLib;
 const Gio = imports.gi.Gio;
 const St = imports.gi.St;
+const Shell = imports.gi.Shell;
 
 const Config = imports.misc.config;
 
-- 
1.7.4.2