code cleanup on advanced progress bar and clear adv bar on torrent removal

This commit is contained in:
Marcos Pinto 2007-11-17 09:10:24 +00:00
parent 0c5c099097
commit 0c83ffc391
1 changed files with 29 additions and 26 deletions

View File

@ -192,3 +192,6 @@ class DetailsTabManager(object):
self.next_announce.set_text("") self.next_announce.set_text("")
self.eta.set_text("") self.eta.set_text("")
self.torrent_path.set_text("") self.torrent_path.set_text("")
if self.use_advanced_bar:
self.last_state = None
self.paint_customprogress()