646333.patch 690 B

12345678910111213141516171819202122232425
  1. From cbb8bdd48f2b05f8718448b596c4c2da2f34e54b Mon Sep 17 00:00:00 2001
  2. From: Maxim Ermilov <zaspire@rambler.ru>
  3. Date: Tue, 5 Apr 2011 05:20:44 +0400
  4. Subject: [PATCH] extensionSystem: add missing import
  5. https://bugzilla.gnome.org/show_bug.cgi?id=646333
  6. ---
  7. js/ui/extensionSystem.js | 1 +
  8. 1 files changed, 1 insertions(+), 0 deletions(-)
  9. diff --git a/js/ui/extensionSystem.js b/js/ui/extensionSystem.js
  10. index eb82bc3..9dd3a47 100644
  11. --- a/js/ui/extensionSystem.js
  12. +++ b/js/ui/extensionSystem.js
  13. @@ -3,6 +3,7 @@
  14. const GLib = imports.gi.GLib;
  15. const Gio = imports.gi.Gio;
  16. const St = imports.gi.St;
  17. +const Shell = imports.gi.Shell;
  18. const Config = imports.misc.config;
  19. --
  20. 1.7.4.2