summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorGravatar Alan Fitton <ajf@eth0.org.uk>2012-08-30 22:14:54 +0100
committerGravatar Alan Fitton <ajf@eth0.org.uk>2012-08-30 22:14:54 +0100
commit1242280417c39780fddcf89537b0f80fcfbffa31 (patch)
tree9ecd3b831b4db035e5c72cf617d077d015b9d1f7 /src
parent6e4283424cc48e3d199352d3d7230de138e3bdb5 (diff)
display of partial seeds was the wrong way round... just show the size if it's a fully downloaded torrent, and x of y if partial.
Diffstat (limited to 'src')
-rw-r--r--src/torrent-cell-renderer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/torrent-cell-renderer.c b/src/torrent-cell-renderer.c
index 83139ca..21392dc 100644
--- a/src/torrent-cell-renderer.c
+++ b/src/torrent-cell-renderer.c
@@ -160,7 +160,7 @@ static void getProgressString(GString * gstr, TorrentCellRenderer * r)
sizeof(buf2)),
tr_strlpercent(buf3, p->done,
sizeof(buf3)));
- } else if (isSeed) {
+ } else if (!isSeed) { /* Partial seed */
if (hasSeedRatio) {
g_string_append_printf(gstr,
_