From 36e54b59e966c6e847d880d268cd6ad181a93690 Mon Sep 17 00:00:00 2001 From: Jordan Lee Date: Thu, 13 Jan 2011 11:57:06 +0000 Subject: [PATCH] (trunk gtk) #3897 "filterbar should use tr_torrentStatCached() instead of tr_torrentStat()" -- fixed. --- gtk/filter.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk/filter.c b/gtk/filter.c index 73d69752b..20e928b41 100644 --- a/gtk/filter.c +++ b/gtk/filter.c @@ -608,7 +608,7 @@ activity_is_it_a_separator( GtkTreeModel * m, GtkTreeIter * i, gpointer d UNUSED static gboolean test_torrent_activity( tr_torrent * tor, int type ) { - const tr_stat * st = tr_torrentStat( tor ); + const tr_stat * st = tr_torrentStatCached( tor ); switch( type ) {