[network-manager-pptp/NM_0_8] trivial: fix for NM 0.8.1.999 (0.8.2-rc1)
- From: Dan Williams <dcbw src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [network-manager-pptp/NM_0_8] trivial: fix for NM 0.8.1.999 (0.8.2-rc1)
- Date: Mon, 25 Oct 2010 13:48:10 +0000 (UTC)
commit 7d014aaada8555451b223e43a494f57a39aafd28
Author: Dan Williams <dcbw redhat com>
Date: Mon Oct 25 08:49:31 2010 -0500
trivial: fix for NM 0.8.1.999 (0.8.2-rc1)
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 cab601a..3e97920 100644
--- a/properties/nm-pptp.c
+++ b/properties/nm-pptp.c
@@ -712,8 +712,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]