more file progress tweaks but not enough

This commit is contained in:
Marcos Pinto 2007-07-11 07:08:06 +00:00
parent 8faf6d624a
commit 37a502ad40
1 changed files with 1 additions and 1 deletions

View File

@ -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