(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:
Jordan Lee 2011-01-18 23:26:41 +00:00
parent 7ce0cf2322
commit 87e78816ad
1 changed files with 1 additions and 0 deletions

View File

@ -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: