mirror of
https://github.com/transmission/transmission.git
synced 2025-12-24 12:28:52 +00:00
(trunk gtk) #3897 "filterbar should use tr_torrentStatCached() instead of tr_torrentStat()" -- fixed.
This commit is contained in:
@@ -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 )
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user