From abaa78420fd858b7a1c589b1c7364097b5148aea Mon Sep 17 00:00:00 2001 From: None Date: Thu, 23 Apr 2015 06:28:11 +0200 Subject: [PATCH] Fix error with openweathermap.org. Readd lines accidently removed in last commit. --- src/openweathermap_org.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/openweathermap_org.js b/src/openweathermap_org.js index a36dab1..ca9fe4d 100644 --- a/src/openweathermap_org.js +++ b/src/openweathermap_org.js @@ -35,6 +35,9 @@ */ +const ExtensionUtils = imports.misc.extensionUtils; +const Me = ExtensionUtils.getCurrentExtension(); +const OpenweathermapOrg = Me.imports.openweathermap_org; const Gettext = imports.gettext.domain('gnome-shell-extension-openweather'); const _ = Gettext.gettext; const ngettext = Gettext.ngettext;