From 9601ca2f86ace0de8dc2fa6d275b15f7b24fe525 Mon Sep 17 00:00:00 2001 From: Andrew Resch Date: Sat, 22 Nov 2008 08:47:40 +0000 Subject: [PATCH] Fix displaying the total downloaded field --- deluge/ui/gtkui/statistics_tab.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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",