summaryrefslogtreecommitdiff
path: root/src/trg-torrent-model.h
diff options
context:
space:
mode:
authorGravatar Alan Fitton <alan@eth0.org.uk>2012-05-27 19:26:14 +0100
committerGravatar Alan Fitton <alan@eth0.org.uk>2012-05-27 19:26:14 +0100
commit15274c4ebe9140da33863a3db99b4123d29de71a (patch)
tree5182e468aad62aff3f8181d4cd7637e4cc2a9622 /src/trg-torrent-model.h
parent9ffae8f6d3eb316d524b9ca128a44d3cd4b84110 (diff)
issue 184 - calculate ratio from have valid instead of downloaded, as Transmission does.
Diffstat (limited to 'src/trg-torrent-model.h')
-rw-r--r--src/trg-torrent-model.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/trg-torrent-model.h b/src/trg-torrent-model.h
index f245455..9711fda 100644
--- a/src/trg-torrent-model.h
+++ b/src/trg-torrent-model.h
@@ -118,6 +118,7 @@ enum {
TORRENT_COLUMN_ETA,
TORRENT_COLUMN_UPLOADED,
TORRENT_COLUMN_DOWNLOADED,
+ TORRENT_COLUMN_HAVE_VALID,
TORRENT_COLUMN_RATIO,
TORRENT_COLUMN_ADDED,
TORRENT_COLUMN_ID,