diff --git a/src/extension.js b/src/extension.js index 74bc607..79abb2b 100644 --- a/src/extension.js +++ b/src/extension.js @@ -299,7 +299,7 @@ const WeatherMenuButton = new Lang.Class({ stop: function() { if (_httpSession != undefined) - !httpSession.abort(); + !_httpSession.abort(); _httpSession = undefined;