From e6be483755417b99a31a3cecf9631f95f5b3471d Mon Sep 17 00:00:00 2001 From: "Jasper St. Pierre" Date: Thu, 23 Jan 2014 16:11:11 -0500 Subject: [PATCH] network: Fix copy-paste typo --- js/ui/status/network.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/ui/status/network.js b/js/ui/status/network.js index 25c352bc6..a3de3dd6c 100644 --- a/js/ui/status/network.js +++ b/js/ui/status/network.js @@ -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();