$NetBSD: patch-src-modules-cal-config-caldav-evolution-cal-config-caldav-c,v 1.1 2022/11/09 13:00:58 wiz Exp $

e_webdav_discover_content_get_selected now takes an extra argument for order

--- src/modules/cal-config-caldav/evolution-cal-config-caldav.c.orig	2019-10-07 08:22:43.000000000 +0100
+++ src/modules/cal-config-caldav/evolution-cal-config-caldav.c	2022-11-06 22:11:48.813568184 +0000
@@ -146,12 +146,12 @@
 
 	if (gtk_dialog_run (dialog) == GTK_RESPONSE_ACCEPT) {
 		gchar *href = NULL, *display_name = NULL, *color = NULL, *email;
-		guint supports = 0;
+		guint supports = 0, order = 0;
 		GtkWidget *content;
 
 		content = e_webdav_discover_dialog_get_content (dialog);
 
-		if (e_webdav_discover_content_get_selected (content, 0, &href, &supports, &display_name, &color)) {
+		if (e_webdav_discover_content_get_selected (content, 0, &href, &supports, &display_name, &color, &order)) {
 			soup_uri_free (uri);
 			uri = soup_uri_new (href);
 
