mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-22 04:24:51 +00:00
fix oops
This commit is contained in:
parent
e7a789e453
commit
5c75c5192f
1 changed files with 1 additions and 1 deletions
|
@ -63,7 +63,7 @@ class DetailsTabManager(object):
|
|||
self.torrent_path = glade.get_widget("summary_torrent_path")
|
||||
self.advanced_progressbar=glade.get_widget("advanced_progressbar")
|
||||
|
||||
self.last_state=None
|
||||
self.last_state=None
|
||||
self.prefchanged_progress()
|
||||
self.manager.config.onValueChanged('use_advanced_bar',self.prefchanged_progress)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue