summaryrefslogtreecommitdiff
path: root/src/trg-main-window.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/trg-main-window.c')
-rw-r--r--src/trg-main-window.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/trg-main-window.c b/src/trg-main-window.c
index a1caff9..f61dc75 100644
--- a/src/trg-main-window.c
+++ b/src/trg-main-window.c
@@ -1003,10 +1003,10 @@ static gboolean trg_update_torrents_timerfunc(gpointer data)
if (priv->client->session)
dispatch_async(priv->client,
- torrent_get(priv->
- client->activeOnlyUpdate ? -2 : -1),
- priv->client->
- activeOnlyUpdate ? on_torrent_get_active :
+ torrent_get(priv->client->
+ activeOnlyUpdate ? -2 : -1),
+ priv->
+ client->activeOnlyUpdate ? on_torrent_get_active :
on_torrent_get_update, data);
return FALSE;