fix minor oops

This commit is contained in:
Marcos Pinto 2007-10-31 11:40:56 +00:00
parent 3ab044409f
commit c446d60ecd
1 changed files with 1 additions and 0 deletions

View File

@ -123,6 +123,7 @@ class TorrentNotification:
self.glade.get_widget("chk_notification").set_active(False)
self.glade.get_widget("chk_notification").set_sensitive(False)
self.glade.get_widget("chk_sound").set_active(False)
self.glade.get_widget("chk_sound").set_sensitive(False)
self.glade.get_widget("sound_path_button").set_sensitive(False)
else:
self.glade.get_widget("chk_notification").set_active(self.config.get("enable_notification"))