Fix #138 (glibc-error when disabling extension), thanks franglais125 .

merge-requests/218/head
Jens Lody 8 years ago
parent 82ab700ef6
commit a44cb9eaff
  1. 2
      src/extension.js

@ -336,7 +336,7 @@ const OpenweatherMenuButton = new Lang.Class({
this._timeoutForecast = undefined;
if (this._presence_connection) {
this._presence.disconnect(this._presence_connection);
this._presence.disconnectSignal(this._presence_connection);
this._presence_connection = undefined;
}

Loading…
Cancel
Save