(trunk gtk) #3519 "webseeds don't work" -- the `active' filter in the GTK+ client didn't test for webseed activity.
This commit is contained in:
parent
7ce0cf2322
commit
87e78816ad
|
@ -621,6 +621,7 @@ test_torrent_activity( tr_torrent * tor, int type )
|
|||
case ACTIVITY_FILTER_ACTIVE:
|
||||
return ( st->peersSendingToUs > 0 )
|
||||
|| ( st->peersGettingFromUs > 0 )
|
||||
|| ( st->webseedsSendingToUs > 0 )
|
||||
|| ( st->activity == TR_STATUS_CHECK );
|
||||
|
||||
case ACTIVITY_FILTER_PAUSED:
|
||||
|
|
Loading…
Reference in New Issue