You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
NetworkManager-openvpn/import-export.patch

15 lines
770 B

diff -up NetworkManager-openvpn-0.8.0.997/properties/nm-openvpn.c.foo NetworkManager-openvpn-0.8.0.997/properties/nm-openvpn.c
--- NetworkManager-openvpn-0.8.0.997/properties/nm-openvpn.c.foo 2010-06-09 22:15:22.095413377 -0700
+++ NetworkManager-openvpn-0.8.0.997/properties/nm-openvpn.c 2010-06-09 22:15:31.771412470 -0700
@@ -767,8 +767,8 @@ openvpn_plugin_ui_interface_init (NMVpnP
/* 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;
}