Revert "networkAgent: Adjust to introspection change"
This reverts commit 4181035981
.
The commit that caused this change was reverted in GLib.
This commit is contained in:
parent
4181035981
commit
825f1cc072
@ -514,7 +514,7 @@ var VPNRequestHandler = new Lang.Class({
|
|||||||
message: keyfile.get_string(VPN_UI_GROUP, 'Description'),
|
message: keyfile.get_string(VPN_UI_GROUP, 'Description'),
|
||||||
secrets: [] };
|
secrets: [] };
|
||||||
|
|
||||||
let groups = keyfile.get_groups();
|
let [groups, len] = keyfile.get_groups();
|
||||||
for (let i = 0; i < groups.length; i++) {
|
for (let i = 0; i < groups.length; i++) {
|
||||||
if (groups[i] == VPN_UI_GROUP)
|
if (groups[i] == VPN_UI_GROUP)
|
||||||
continue;
|
continue;
|
||||||
|
Loading…
Reference in New Issue
Block a user