From c446d60ecdc30942afbdcc70e94809e041e76d73 Mon Sep 17 00:00:00 2001 From: Marcos Pinto Date: Wed, 31 Oct 2007 11:40:56 +0000 Subject: [PATCH] fix minor oops --- plugins/TorrentNotification/__init__.py | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/TorrentNotification/__init__.py b/plugins/TorrentNotification/__init__.py index fbf93e503..afd5a4eb6 100644 --- a/plugins/TorrentNotification/__init__.py +++ b/plugins/TorrentNotification/__init__.py @@ -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"))