diff -r 0c881944fa10 -r da05df77652e application/window.c --- a/application/window.c Mon Oct 21 11:14:26 2024 +0200 +++ b/application/window.c Mon Oct 21 13:22:45 2024 +0200 @@ -303,7 +303,7 @@ if (res->iscollection) { davbrowser_query_path(event->obj, browser, res->path); } else { - davbrowser_open_resource(event->obj, browser, res); + davbrowser_open_resource(event->obj, browser, res, NULL); } } }