Changeset 11671


Ignore:
Timestamp:
Jan 13, 2011, 11:57:06 AM (12 years ago)
Author:
jordan
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gtk/filter.c

    r11599 r11671  
    609609test_torrent_activity( tr_torrent * tor, int type )
    610610{
    611     const tr_stat * st = tr_torrentStat( tor );
     611    const tr_stat * st = tr_torrentStatCached( tor );
    612612
    613613    switch( type )
Note: See TracChangeset for help on using the changeset viewer.