about summary refs log tree commit diff
path: root/surf.c
diff options
context:
space:
mode:
authorTroels Henriksen <athas@sigkill.dk>2011-11-05 12:06:08 +0100
committerTroels Henriksen <athas@sigkill.dk>2011-11-05 12:06:08 +0100
commit590a9bb19d331320643c50cf90433b94c7a3ba28 (patch)
treeafb44f99efe7d22c10fdf14f3f743d0f263e6223 /surf.c
parentUse the surf user agent when downloading with wget. (diff)
downloadsurf-590a9bb19d331320643c50cf90433b94c7a3ba28.tar.gz
surf-590a9bb19d331320643c50cf90433b94c7a3ba28.tar.bz2
surf-590a9bb19d331320643c50cf90433b94c7a3ba28.zip
Cleanup previous patch.
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 cac329b..baebe5c 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), useragent);
+	arg = (Arg)DOWNLOAD((char *)webkit_download_get_uri(o));
 	spawn(c, &arg);
 	return FALSE;
 }