[network-manager-applet] editor: look for the right libnm plugin key
- From: Dan Williams <dcbw src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [network-manager-applet] editor: look for the right libnm plugin key
- Date: Sat, 1 Aug 2015 03:16:28 +0000 (UTC)
commit ac859ef2770dec7a9982a851c85046521bc017bc
Author: Dan Williams <dcbw redhat com>
Date: Fri Jul 31 22:16:06 2015 -0500
editor: look for the right libnm plugin key
src/connection-editor/vpn-helpers.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/connection-editor/vpn-helpers.c b/src/connection-editor/vpn-helpers.c
index fb23342..d4bd704 100644
--- a/src/connection-editor/vpn-helpers.c
+++ b/src/connection-editor/vpn-helpers.c
@@ -84,7 +84,7 @@ vpn_get_plugins (GError **error)
if (!service)
goto next;
- so_path = g_key_file_get_string (keyfile, "libnm", "properties", NULL);
+ so_path = g_key_file_get_string (keyfile, "libnm", "plugin", NULL);
if (!so_path)
goto next;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]