[gnome-shell] network: Fix copy-paste typo



commit e6be483755417b99a31a3cecf9631f95f5b3471d
Author: Jasper St. Pierre <jstpierre mecheye net>
Date:   Thu Jan 23 16:11:11 2014 -0500

    network: Fix copy-paste typo

 js/ui/status/network.js |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/js/ui/status/network.js b/js/ui/status/network.js
index 25c352b..a3de3dd 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();


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]