mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-02 22:48:40 +00:00
touchup for file progress
This commit is contained in:
parent
2d9948e083
commit
ecb552f939
1 changed files with 3 additions and 0 deletions
|
@ -1119,6 +1119,9 @@ class DelugeGTK:
|
||||||
if file['path'] in curr_files.keys():
|
if file['path'] in curr_files.keys():
|
||||||
self.file_store.set(self.file_store.get_iter_from_string(curr_files[file['path']]),
|
self.file_store.set(self.file_store.get_iter_from_string(curr_files[file['path']]),
|
||||||
3, file['progress'])
|
3, file['progress'])
|
||||||
|
del new_peer_info
|
||||||
|
del new_ips
|
||||||
|
del curr_ips
|
||||||
|
|
||||||
return True
|
return True
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue