[network-manager-openvpn] ui: fix import/export for NM commit 16cda9fae1a7e706616924b6dbe15b7e81f52bab (bgo #625925)



commit 632a43514da40661877e3d55e8930c7468946c2f
Author: Dan Williams <dcbw redhat com>
Date:   Tue Aug 3 11:25:57 2010 -0700

    ui: fix import/export for NM commit 16cda9fae1a7e706616924b6dbe15b7e81f52bab (bgo #625925)

 properties/nm-openvpn.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/properties/nm-openvpn.c b/properties/nm-openvpn.c
index 44ca242..b885368 100644
--- a/properties/nm-openvpn.c
+++ b/properties/nm-openvpn.c
@@ -767,8 +767,8 @@ openvpn_plugin_ui_interface_init (NMVpnPluginUiInterface *iface_class)
 	/* interface implementation */
 	iface_class->ui_factory = ui_factory;
 	iface_class->get_capabilities = get_capabilities;
-	iface_class->import = import;
-	iface_class->export = export;
+	iface_class->import_from_file = import;
+	iface_class->export_to_file = export;
 	iface_class->get_suggested_name = get_suggested_name;
 	iface_class->delete_connection = delete_connection;
 }



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]