network: Fix copy-paste typo
This commit is contained in:
parent
a36bfced47
commit
e6be483755
@ -303,7 +303,7 @@ const NMConnectionDevice = new Lang.Class({
|
|||||||
}
|
}
|
||||||
if (this._activeConnectionChangedId) {
|
if (this._activeConnectionChangedId) {
|
||||||
GObject.Object.prototype.disconnect.call(this._device, this._activeConnectionChangedId);
|
GObject.Object.prototype.disconnect.call(this._device, this._activeConnectionChangedId);
|
||||||
this._stateChangedId = 0;
|
this._activeConnectionChangedId = 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
this.parent();
|
this.parent();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user