summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcos Pinto <markybob@dipconsultants.com>2007-10-31 11:40:56 +0000
committerMarcos Pinto <markybob@dipconsultants.com>2007-10-31 11:40:56 +0000
commitb25b51e998237447d683e0927336cd355b40a748 (patch)
tree42c71a3458f80e98dc27ecd2c31e46a67b62612d
parent0a909908d920364a4fd4b6d3660aad7c691b304b (diff)
downloaddeluge-0.5.6.2.tar.gz
deluge-0.5.6.2.tar.bz2
deluge-0.5.6.2.zip
fix minor oopsdeluge-0.5.6.2
-rw-r--r--plugins/TorrentNotification/__init__.py1
1 files changed, 1 insertions, 0 deletions
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"))