This commit is contained in:
Marcos Pinto 2007-11-10 07:29:10 +00:00
parent e7a789e453
commit 5c75c5192f
1 changed files with 1 additions and 1 deletions

View File

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