summaryrefslogtreecommitdiff
path: root/surf.c
diff options
context:
space:
mode:
authorTroels Henriksen <athas@sigkill.dk>2011-11-05 11:43:46 +0100
committerTroels Henriksen <athas@sigkill.dk>2011-11-05 11:43:46 +0100
commitdf96fe4171c525968a81c794dc534dfb628807e7 (patch)
tree1c6c5fdd7d307c29e4562f518c7c49d114032833 /surf.c
parent543d0c77ee1ec96f57966e06337eb0351adae017 (diff)
downloadsurf-df96fe4171c525968a81c794dc534dfb628807e7.tar.gz
surf-df96fe4171c525968a81c794dc534dfb628807e7.tar.bz2
surf-df96fe4171c525968a81c794dc534dfb628807e7.zip
Use the surf user agent when downloading with wget.
Diffstat (limited to 'surf.c')
-rw-r--r--surf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/surf.c b/surf.c
index baebe5c..cac329b 100644
--- a/surf.c
+++ b/surf.c
@@ -345,7 +345,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), useragent);
spawn(c, &arg);
return FALSE;
}