|
|
@ -264,8 +264,11 @@ const WeatherMenuButton = new Lang.Class({ |
|
|
|
}, |
|
|
|
}, |
|
|
|
|
|
|
|
|
|
|
|
stop: function() { |
|
|
|
stop: function() { |
|
|
|
if (this._timeoutS) |
|
|
|
if (this._timeoutCurrent) |
|
|
|
Mainloop.source_remove(this._timeoutS); |
|
|
|
Mainloop.source_remove(this._timeoutCurrent); |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
if (this._timeoutForecast) |
|
|
|
|
|
|
|
Mainloop.source_remove(this._timeoutForecast); |
|
|
|
|
|
|
|
|
|
|
|
if (this._settingsC) { |
|
|
|
if (this._settingsC) { |
|
|
|
this._settings.disconnect(this._settingsC); |
|
|
|
this._settings.disconnect(this._settingsC); |
|
|
|