diff --git a/src/extension.js b/src/extension.js index cdc17cb..d8d670e 100644 --- a/src/extension.js +++ b/src/extension.js @@ -872,7 +872,7 @@ WeatherMenuButton.prototype = { this._weatherInfo.text = weatherInfoC + ((weatherInfoC)?" ":"") + weatherInfoT; - this._currentWeatherSummary.text = comment + ", " + weather_c.temp + ' ' + this.unit_to_unicode(); + this._currentWeatherSummary.text = comment + ", " + temperature + ' ' + this.unit_to_unicode(); this._currentWeatherLocation.text = location; this._currentWeatherTemperature.text = chill + ' ' + this.unit_to_unicode(); this._currentWeatherHumidity.text = humidity;