NetworkStatus: fix vpn indicator

It looks like a part of the code wasn't updated to reflect
a variable name change.
This commit is contained in:
Ray Strode 2011-03-25 09:49:15 -04:00
parent a234ba91a4
commit b0176546c2

View File

@ -1813,7 +1813,7 @@ NMApplet.prototype = {
}
}
} else
a._primaryDevice = this._vpnDevice;
a._primaryDevice = this._devices.vpn.device
if (a._primaryDevice)
a._primaryDevice.setActiveConnection(a);