summaryrefslogtreecommitdiff
path: root/src/trg-torrent-model.h
diff options
context:
space:
mode:
authorGravatar Alan Fitton <ajf@eth0.org.uk>2012-08-24 15:48:35 +0100
committerGravatar Alan Fitton <ajf@eth0.org.uk>2012-08-24 15:48:35 +0100
commitf947bb4f8265cd3053c8f993a327fa6a7d45b836 (patch)
tree96f6c094ed5816e8a284dc226e00636316f8ef8b /src/trg-torrent-model.h
parentb0ad42a97cc5fb962d229b9c9743989e2f47216f (diff)
new renderer mostly complete now
Diffstat (limited to 'src/trg-torrent-model.h')
-rw-r--r--src/trg-torrent-model.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/trg-torrent-model.h b/src/trg-torrent-model.h
index 0367206..05862e4 100644
--- a/src/trg-torrent-model.h
+++ b/src/trg-torrent-model.h
@@ -106,12 +106,14 @@ enum {
TORRENT_COLUMN_NAME,
TORRENT_COLUMN_SIZEWHENDONE,
TORRENT_COLUMN_PERCENTDONE,
+ TORRENT_COLUMN_METADATAPERCENTCOMPLETE,
TORRENT_COLUMN_STATUS,
TORRENT_COLUMN_SEEDS,
TORRENT_COLUMN_LEECHERS,
TORRENT_COLUMN_DOWNLOADS,
TORRENT_COLUMN_PEERS_CONNECTED,
TORRENT_COLUMN_PEERS_FROM_US,
+ TORRENT_COLUMN_WEB_SEEDS_TO_US,
TORRENT_COLUMN_PEERS_TO_US,
TORRENT_COLUMN_DOWNSPEED,
TORRENT_COLUMN_UPSPEED,