projects
/
transmission
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7ce0cf2
)
(trunk gtk) #3519 "webseeds don't work" -- the `active' filter in the GTK+ client...
author
Jordan Lee
<jordan@transmissionbt.com>
Tue, 18 Jan 2011 23:26:41 +0000
(23:26 +0000)
committer
Jordan Lee
<jordan@transmissionbt.com>
Tue, 18 Jan 2011 23:26:41 +0000
(23:26 +0000)
gtk/filter.c
patch
|
blob
|
history
diff --git
a/gtk/filter.c
b/gtk/filter.c
index 20e928b4149400cc33106e730a2044daa6724d67..0af519018af968d9bc9c3e93ad2bc637814ad69e 100644
(file)
--- a/
gtk/filter.c
+++ b/
gtk/filter.c
@@
-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: