summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Williams <dcbw@redhat.com>2015-07-31 22:16:06 -0500
committerDan Williams <dcbw@redhat.com>2015-07-31 22:16:06 -0500
commitac859ef2770dec7a9982a851c85046521bc017bc (patch)
treec05337fa2ecabc6363c50e8e4f8fe4edf92b774a
parent7118edb0a30dcc7a40e1ebbc1746cd9c1de3508c (diff)
downloadnetwork-manager-applet-ac859ef2770dec7a9982a851c85046521bc017bc.tar.gz
editor: look for the right libnm plugin key
-rw-r--r--src/connection-editor/vpn-helpers.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/connection-editor/vpn-helpers.c b/src/connection-editor/vpn-helpers.c
index fb23342c..d4bd7046 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;