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:
parent
a234ba91a4
commit
b0176546c2
@ -1813,7 +1813,7 @@ NMApplet.prototype = {
|
||||
}
|
||||
}
|
||||
} else
|
||||
a._primaryDevice = this._vpnDevice;
|
||||
a._primaryDevice = this._devices.vpn.device
|
||||
|
||||
if (a._primaryDevice)
|
||||
a._primaryDevice.setActiveConnection(a);
|
||||
|
Loading…
Reference in New Issue
Block a user