fix minor oops

This commit is contained in:
Marcos Pinto 2007-10-31 11:40:56 +00:00
parent 0a909908d9
commit b25b51e998

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