[network-manager-openvpn/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-openvpn/NM_0_8] trivial: fix for NM 0.8.1.999 (0.8.2-rc1)
- Date: Mon, 25 Oct 2010 13:36:36 +0000 (UTC)
commit eb87d941edfd03de0b08edea8e8e73d5cb3a1eb1
Author: Dan Williams <dcbw redhat com>
Date: Mon Oct 25 08:37:50 2010 -0500
trivial: fix for NM 0.8.1.999 (0.8.2-rc1)
configure.ac | 6 +++++-
properties/nm-openvpn.c | 4 ++--
2 files changed, 7 insertions(+), 3 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index c7fb224..663cf86 100644
--- a/configure.ac
+++ b/configure.ac
@@ -65,7 +65,11 @@ PKG_CHECK_MODULES(DBUS, dbus-glib-1 >= 0.74)
AC_SUBST(DBUS_CFLAGS)
AC_SUBST(DBUS_LIBS)
-PKG_CHECK_MODULES(NETWORK_MANAGER, NetworkManager >= 0.8.1 libnm-util >= 0.8.1 libnm-glib libnm-glib-vpn)
+PKG_CHECK_MODULES(NETWORK_MANAGER,
+ NetworkManager >= 0.8.1.997
+ libnm-util >= 0.8.1.997
+ libnm-glib >= 0.8.1.997
+ libnm-glib-vpn >= 0.8.1.997)
AC_SUBST(NETWORK_MANAGER_CFLAGS)
AC_SUBST(NETWORK_MANAGER_LIBS)
diff --git a/properties/nm-openvpn.c b/properties/nm-openvpn.c
index 26977b1..5cbdd9c 100644
--- a/properties/nm-openvpn.c
+++ b/properties/nm-openvpn.c
@@ -779,8 +779,8 @@ openvpn_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]