GNOME Bugzilla – Bug 710019
JS ERROR: TypeError: this._ensureActiveConnectionProps is not a function
Last modified: 2013-10-13 00:14:57 UTC
When turning on a VPN connection in gnome-control-center network panel: (gnome-shell:5144): Gjs-WARNING **: JS ERROR: TypeError: this._ensureActiveConnectionProps is not a function NMApplet<._syncVPNConnections/<@/home/mcatanzaro/jhbuild/install/share/gnome-shell/js/ui/status/network.js:1529 NMApplet<._syncVPNConnections@/home/mcatanzaro/jhbuild/install/share/gnome-shell/js/ui/status/network.js:1528 wrapper@/home/mcatanzaro/jhbuild/install/share/gjs-1.0/lang.js:213 (Note that ensureActiveConnectionProps is a free function.)
Created attachment 257135 [details] [review] 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.
Review of attachment 257135 [details] [review]: Yes
Attachment 257135 [details] pushed as d084770 - NetworkMenu: fix regression for VPN connections