mirror of
https://github.com/transmission/transmission
synced 2024-12-24 00:34:04 +00:00
(trunk gtk) #3897 "filterbar should use tr_torrentStatCached() instead of tr_torrentStat()" -- fixed.
This commit is contained in:
parent
88d58502aa
commit
36e54b59e9
1 changed files with 1 additions and 1 deletions
|
@ -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 )
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue