(trunk gtk) #3519 "webseeds don't work" -- the `active' filter in the GTK+ client...
authorJordan Lee <jordan@transmissionbt.com>
Tue, 18 Jan 2011 23:26:41 +0000 (23:26 +0000)
committerJordan Lee <jordan@transmissionbt.com>
Tue, 18 Jan 2011 23:26:41 +0000 (23:26 +0000)
gtk/filter.c

index 20e928b4149400cc33106e730a2044daa6724d67..0af519018af968d9bc9c3e93ad2bc637814ad69e 100644 (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: