yahoo_weather
Neroth 12 years ago
parent b316cdd076
commit 300c8c5788
  1. 4
      src/extension.js

@ -224,7 +224,7 @@ const WeatherMenuButton = new Lang.Class({
this.refreshWeather(true); this.refreshWeather(true);
}, },
stop : function() stopConnect : function()
{ {
this._settings.disconnect(this._settingsC); this._settings.disconnect(this._settingsC);
this._settingsInterface.disconnect(this._settingsInterfaceC); this._settingsInterface.disconnect(this._settingsInterfaceC);
@ -1533,6 +1533,6 @@ function enable() {
} }
function disable() { function disable() {
weatherMenu.stop(); weatherMenu.stopConnect();
weatherMenu.destroy(); weatherMenu.destroy();
} }

Loading…
Cancel
Save