(trunk gtk) #3897 "filterbar should use tr_torrentStatCached() instead of tr_torrentStat()" -- fixed.

This commit is contained in:
Jordan Lee
2011-01-13 11:57:06 +00:00
parent 88d58502aa
commit 36e54b59e9

View File

@@ -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 )
{