[gnome-shell] NetworkStatus: fix vpn indicator



commit b0176546c25ab6e203f617d15dd916b0f24dbb26
Author: Ray Strode <rstrode redhat com>
Date:   Fri Mar 25 09:49:15 2011 -0400

    NetworkStatus: fix vpn indicator
    
    It looks like a part of the code wasn't updated to reflect
    a variable name change.

 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 6b00e49..4183877 100644
--- a/js/ui/status/network.js
+++ b/js/ui/status/network.js
@@ -1813,7 +1813,7 @@ NMApplet.prototype = {
                         }
                     }
                 } else
-                    a._primaryDevice = this._vpnDevice;
+                    a._primaryDevice = this._devices.vpn.device
 
                 if (a._primaryDevice)
                     a._primaryDevice.setActiveConnection(a);



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