summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Resch <andrewresch@gmail.com>2008-11-22 08:47:40 +0000
committerAndrew Resch <andrewresch@gmail.com>2008-11-22 08:47:40 +0000
commit9601ca2f86ace0de8dc2fa6d275b15f7b24fe525 (patch)
treef99c6d8f689ebf0ffef709e8727806067aaa3804
parente0356b7f10a4c4104b8d2c6fb8d1e0ea0088baa7 (diff)
downloaddeluge-9601ca2f86ace0de8dc2fa6d275b15f7b24fe525.tar.gz
deluge-9601ca2f86ace0de8dc2fa6d275b15f7b24fe525.tar.bz2
deluge-9601ca2f86ace0de8dc2fa6d275b15f7b24fe525.zip
Fix displaying the total downloaded field
-rw-r--r--deluge/ui/gtkui/statistics_tab.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/deluge/ui/gtkui/statistics_tab.py b/deluge/ui/gtkui/statistics_tab.py
index d46293dcc..31083a079 100644
--- a/deluge/ui/gtkui/statistics_tab.py
+++ b/deluge/ui/gtkui/statistics_tab.py
@@ -104,7 +104,7 @@ class StatisticsTab(Tab):
# Get the torrent status
status_keys = ["progress", "num_pieces", "piece_length",
- "distributed_copies", "total_done", "total_payload_download",
+ "distributed_copies", "all_time_download", "total_payload_download",
"total_uploaded", "total_payload_upload", "download_payload_rate",
"upload_payload_rate", "num_peers", "num_seeds", "total_peers",
"total_seeds", "eta", "ratio", "next_announce",