From 37a502ad400b5605c59129b34a5e95a8d7c82377 Mon Sep 17 00:00:00 2001 From: Marcos Pinto Date: Wed, 11 Jul 2007 07:08:06 +0000 Subject: [PATCH] more file progress tweaks but not enough --- src/interface.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/interface.py b/src/interface.py index c05f3bc05..4027594b8 100644 --- a/src/interface.py +++ b/src/interface.py @@ -1086,7 +1086,7 @@ class DelugeGTK: 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: self.file_store.set_value(self.file_get_iter_from_name(file['path']), 3, round(file['progress'], 2)) return True