summaryrefslogtreecommitdiff
path: root/gnome-unstable/gnome-shell/646333.patch
diff options
context:
space:
mode:
authorParabola <dev@list.parabolagnulinux.org>2011-04-07 03:09:25 +0000
committerParabola <dev@list.parabolagnulinux.org>2011-04-07 03:09:25 +0000
commitbd65dc7107bfdd881c3b5451d0300824cf435428 (patch)
treee3a556d41162da07c82e31daa6fc22af18719e63 /gnome-unstable/gnome-shell/646333.patch
parent415856bdd4f48ab4f2732996f0bae58595092bbe (diff)
Thu Apr 7 03:09:43 UTC 2011
Diffstat (limited to 'gnome-unstable/gnome-shell/646333.patch')
-rw-r--r--gnome-unstable/gnome-shell/646333.patch25
1 files changed, 25 insertions, 0 deletions
diff --git a/gnome-unstable/gnome-shell/646333.patch b/gnome-unstable/gnome-shell/646333.patch
new file mode 100644
index 000000000..fb2a817a3
--- /dev/null
+++ b/gnome-unstable/gnome-shell/646333.patch
@@ -0,0 +1,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
+