[network-manager-pptp] ui: fix import/export for NM commit 16cda9fae1a7e706616924b6dbe15b7e81f52bab
- From: Dan Williams <dcbw src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [network-manager-pptp] ui: fix import/export for NM commit 16cda9fae1a7e706616924b6dbe15b7e81f52bab
- Date: Tue, 3 Aug 2010 16:26:04 +0000 (UTC)
commit 738426ebc4b3bf0bd40e02a093df814ff570a920
Author: Dan Williams <dcbw redhat com>
Date: Tue Aug 3 11:27:35 2010 -0700
ui: fix import/export for NM commit 16cda9fae1a7e706616924b6dbe15b7e81f52bab
properties/nm-pptp.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/properties/nm-pptp.c b/properties/nm-pptp.c
index 640a839..0d6f472 100644
--- a/properties/nm-pptp.c
+++ b/properties/nm-pptp.c
@@ -708,8 +708,8 @@ pptp_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]