summaryrefslogtreecommitdiff
path: root/src/trg-rss-window.c
diff options
context:
space:
mode:
authorGravatar Alan F <ajf@eth0.org.uk>2014-03-11 19:36:46 +0000
committerGravatar Alan F <ajf@eth0.org.uk>2014-03-11 19:36:46 +0000
commite22015c6d3e8860b1994a22919bdb1f6066fcbe9 (patch)
tree26a97278114899b5b4d7b8f0d8389dd363a6f067 /src/trg-rss-window.c
parent1a5447c0138fd25e3f6d78f78593f5b70be5614a (diff)
refactor TrgClient, also allowing cookies to be set on requests
Diffstat (limited to 'src/trg-rss-window.c')
-rw-r--r--src/trg-rss-window.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/trg-rss-window.c b/src/trg-rss-window.c
index 442cce9..63af9b1 100644
--- a/src/trg-rss-window.c
+++ b/src/trg-rss-window.c
@@ -182,7 +182,7 @@ rss_item_activated(GtkTreeView * treeview,
upload->uid = uid;
- async_http_request(priv->client, link, on_torrent_receive, upload);
+ async_http_request(priv->client, link, NULL, on_torrent_receive, upload);
g_free(link);
}