From b0ad42a97cc5fb962d229b9c9743989e2f47216f Mon Sep 17 00:00:00 2001 From: Alan Date: Fri, 24 Aug 2012 14:19:50 +0100 Subject: consider seed ratios in the new cell renderer like Transmisson does, as well as some other scenarios so it behaves almost like the Transmission. lots of new fields added to the model for this. --- src/trg-main-window.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/trg-main-window.c') diff --git a/src/trg-main-window.c b/src/trg-main-window.c index 3691828..5131a3c 100644 --- a/src/trg-main-window.c +++ b/src/trg-main-window.c @@ -1458,7 +1458,7 @@ static TrgTorrentTreeView { TrgMainWindowPrivate *priv = win->priv; TrgTorrentTreeView *torrentTreeView = - trg_torrent_tree_view_new(trg_client_get_prefs(priv->client), + trg_torrent_tree_view_new(priv->client, model); GtkTreeSelection *selection = -- cgit v1.2.3