application/window.c

changeset 53
da05df77652e
parent 52
0c881944fa10
child 54
3ca3acefc66a
--- 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);
             }
         }
     }

mercurial