mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-20 19:44:52 +00:00
back to total_wanted - micah catch
This commit is contained in:
parent
c1271ffbc1
commit
83bf3d76db
1 changed files with 1 additions and 1 deletions
|
@ -980,7 +980,7 @@ class DelugeGTK:
|
|||
if page_num == 0: # Details
|
||||
state = self.manager.get_torrent_state(unique_id)
|
||||
self.wtree.get_widget("summary_name").set_text(state['name'])
|
||||
self.text_summary_total_size.set_text(common.fsize(state["total_size"]))
|
||||
self.text_summary_total_size.set_text(common.fsize(state["total_wanted"]))
|
||||
self.text_summary_pieces.set_text(str(state["num_pieces"]))
|
||||
self.text_summary_total_downloaded.set_text(common.fsize(state["total_done"]) \
|
||||
+ " (" + common.fsize(state["total_download"]) + ")")
|
||||
|
|
Loading…
Add table
Reference in a new issue