mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-12 03:18:47 +00:00
more file progress tweaks but not enough
This commit is contained in:
parent
8faf6d624a
commit
37a502ad40
1 changed files with 1 additions and 1 deletions
|
@ -1086,7 +1086,7 @@ class DelugeGTK:
|
||||||
|
|
||||||
|
|
||||||
elif tab == 2: #file tab
|
elif tab == 2: #file tab
|
||||||
for file in self.manager.get_torrent_file_info(self.get_selected_torrent()):
|
for file in self.manager.get_core_torrent_file_info(self.get_selected_torrent(), True):
|
||||||
if self.file_get_iter_from_name(file['path']) != None:
|
if self.file_get_iter_from_name(file['path']) != None:
|
||||||
self.file_store.set_value(self.file_get_iter_from_name(file['path']), 3, round(file['progress'], 2))
|
self.file_store.set_value(self.file_get_iter_from_name(file['path']), 3, round(file['progress'], 2))
|
||||||
return True
|
return True
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue