File NetworkManager-novellvpn-nm082.patch of Package NetworkManager-novellvpn
--- properties/nm-novellvpn.c +++ properties/nm-novellvpn.c @@ -1523,9 +1523,9 @@ // the get_capabilities callback return a bitmask of capabilities iface_class->get_capabilities = get_capabilities; // import callback try to import a connection from the specified path - iface_class->import = import; + iface_class->import_from_file = import; // export callback try to export a connection to the specified path - iface_class->export = export; + iface_class->export_to_file = export; // get_suggested_name callback return a suggested file name // for exporting a given connection iface_class->get_suggested_name = get_suggested_name;