[network-manager-pptp] Revert "properties: update for 0.8.1 import/export API name change"
- From: Dan Williams <dcbw src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [network-manager-pptp] Revert "properties: update for 0.8.1 import/export API name change"
- Date: Wed, 21 Jul 2010 23:02:32 +0000 (UTC)
commit 8bbc34d705ccf536249e61f54689f3b4e465ad88
Author: Dan Williams <dcbw redhat com>
Date: Wed Jul 21 18:01:50 2010 -0700
Revert "properties: update for 0.8.1 import/export API name change"
This reverts commit 69c76fe456e97848bb161389bef3aa83899b520f.
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 4eb1b28..62d5d48 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_from_file = import;
- iface_class->export_to_file = export;
+ iface_class->import = import;
+ iface_class->export = 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]