From 5fd53b78e776831e6071f847afc3dcf360af7345 Mon Sep 17 00:00:00 2001 From: Neroth Date: Tue, 12 Mar 2013 02:24:29 +0100 Subject: [PATCH] Import GWeather --- src/prefs.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/prefs.js b/src/prefs.js index 0f843d5..aecf227 100644 --- a/src/prefs.js +++ b/src/prefs.js @@ -33,6 +33,7 @@ const Gio = imports.gi.Gio; const Gettext = imports.gettext.domain('gnome-shell-extension-weather'); const _ = Gettext.gettext; const Soup = imports.gi.Soup; +const GWeather = imports.gi.GWeather; const Lang = imports.lang; const ExtensionUtils = imports.misc.extensionUtils;