[network-manager-vpnc] ui: fix import/export for NM commit 16cda9fae1a7e706616924b6dbe15b7e81f52bab
- From: Dan Williams <dcbw src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [network-manager-vpnc] ui: fix import/export for NM commit 16cda9fae1a7e706616924b6dbe15b7e81f52bab
- Date: Tue, 3 Aug 2010 16:23:12 +0000 (UTC)
commit 6ddce13ade01c3f7eec5da34675d05c7e913f7a2
Author: Dan Williams <dcbw redhat com>
Date: Tue Aug 3 11:23:39 2010 -0700
ui: fix import/export for NM commit 16cda9fae1a7e706616924b6dbe15b7e81f52bab
properties/nm-vpnc.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/properties/nm-vpnc.c b/properties/nm-vpnc.c
index b0286ed..887b158 100644
--- a/properties/nm-vpnc.c
+++ b/properties/nm-vpnc.c
@@ -1441,8 +1441,8 @@ vpnc_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]