[network-manager-openconnect] ui: fix import/export for NM commit 16cda9fae1a7e706616924b6dbe15b7e81f52bab
- From: Dan Williams <dcbw src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [network-manager-openconnect] ui: fix import/export for NM commit 16cda9fae1a7e706616924b6dbe15b7e81f52bab
- Date: Tue, 3 Aug 2010 16:27:07 +0000 (UTC)
commit 4cb816f3b4d706afe2e9b2d1d5b996164d527850
Author: Dan Williams <dcbw redhat com>
Date: Tue Aug 3 11:28:39 2010 -0700
ui: fix import/export for NM commit 16cda9fae1a7e706616924b6dbe15b7e81f52bab
properties/nm-openconnect.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/properties/nm-openconnect.c b/properties/nm-openconnect.c
index 967c7fe..ac5c77c 100644
--- a/properties/nm-openconnect.c
+++ b/properties/nm-openconnect.c
@@ -610,8 +610,8 @@ openconnect_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->delete_connection = delete_connection;
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]