mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-13 03:38:51 +00:00
code cleanup on advanced progress bar and clear adv bar on torrent removal
This commit is contained in:
parent
0c5c099097
commit
0c83ffc391
1 changed files with 29 additions and 26 deletions
|
@ -192,3 +192,6 @@ class DetailsTabManager(object):
|
|||
self.next_announce.set_text("")
|
||||
self.eta.set_text("")
|
||||
self.torrent_path.set_text("")
|
||||
if self.use_advanced_bar:
|
||||
self.last_state = None
|
||||
self.paint_customprogress()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue