[gnome-shell] NetworkMenu: fix regression for VPN connections
- From: Giovanni Campagna <gcampagna src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-shell] NetworkMenu: fix regression for VPN connections
- Date: Sun, 13 Oct 2013 00:14:49 +0000 (UTC)
commit d084770cea7b470e52a8a09e5c9c3619dcfe3d0f
Author: Giovanni Campagna <gcampagna src gnome org>
Date: Sun Oct 13 02:10:22 2013 +0200
NetworkMenu: fix regression for VPN connections
Fix regression from e898e2991087e7ccb17bc17f2eedd99a1f41152a,
the code was moved from a method to a global function, but one
call site was not updated.
https://bugzilla.gnome.org/show_bug.cgi?id=710019
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 d8b896c..f43428f 100644
--- a/js/ui/status/network.js
+++ b/js/ui/status/network.js
@@ -1526,7 +1526,7 @@ const NMApplet = new Lang.Class({
return (a instanceof NMClient.VPNConnection);
});
vpnConnections.forEach(Lang.bind(this, function(a) {
- this._ensureActiveConnectionProps(a);
+ ensureActiveConnectionProps(a, this._settings);
}));
this._vpnSection.setActiveConnections(vpnConnections);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]