network: Fix copy-paste typo

This commit is contained in:
Jasper St. Pierre 2014-01-23 16:11:11 -05:00
parent a36bfced47
commit e6be483755

View File

@ -303,7 +303,7 @@ const NMConnectionDevice = new Lang.Class({
}
if (this._activeConnectionChangedId) {
GObject.Object.prototype.disconnect.call(this._device, this._activeConnectionChangedId);
this._stateChangedId = 0;
this._activeConnectionChangedId = 0;
}
this.parent();