[network-manager-applet/th/vpn-plugin-info-bgo749877] fixup! vpn: make use of new NMVpnPluginInfo class to load vpn plugins
- From: Lubomir Rintel <lkundrak src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [network-manager-applet/th/vpn-plugin-info-bgo749877] fixup! vpn: make use of new NMVpnPluginInfo class to load vpn plugins
- Date: Fri, 24 Jul 2015 14:55:11 +0000 (UTC)
commit da17adbf854230580b441baeab8e494e618b834f
Author: Lubomir Rintel <lkundrak v3 sk>
Date: Fri Jul 24 16:52:24 2015 +0200
fixup! vpn: make use of new NMVpnPluginInfo class to load vpn plugins
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 190db40..1b9d7b3 100644
--- a/src/connection-editor/vpn-helpers.c
+++ b/src/connection-editor/vpn-helpers.c
@@ -59,7 +59,7 @@ vpn_get_plugins ()
return plugins;
plugins_loaded = TRUE;
- p = nm_vpn_plugin_info_load_dir_default ();
+ p = nm_vpn_plugin_info_load_dir ();
plugins = NULL;
while (p) {
NMVpnPluginInfo *plugin_info = NM_VPN_PLUGIN_INFO (p->data);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]