summaryrefslogtreecommitdiff
path: root/src/trg-rss-model.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/trg-rss-model.c')
-rw-r--r--src/trg-rss-model.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/trg-rss-model.c b/src/trg-rss-model.c
index f898f34..387852d 100644
--- a/src/trg-rss-model.c
+++ b/src/trg-rss-model.c
@@ -154,7 +154,7 @@ void trg_rss_model_update(TrgRssModel * model) {
update->feed_id = g_strdup(id);
update->model = model;
- async_http_request(priv->client, update->feed_url, on_rss_receive,
+ async_http_request(priv->client, update->feed_url, NULL, on_rss_receive,
update);
}