Add a referer argument to the DOWNLOAD macro. Some sites need this. Thanks
[surf.git] / surf.c
diff --git a/surf.c b/surf.c
index ec3bee6..3e2e2b0 100644 (file)
--- a/surf.c
+++ b/surf.c
@@ -430,7 +430,7 @@ initdownload(WebKitWebView *view, WebKitDownload *o, Client *c) {
        Arg arg;
 
        updatewinid(c);
-       arg = (Arg)DOWNLOAD((char *)webkit_download_get_uri(o));
+       arg = (Arg)DOWNLOAD((char *)webkit_download_get_uri(o), geturi(c));
        spawn(c, &arg);
        return FALSE;
 }