Changeset 2097
- Timestamp:
- 10/31/07 11:40:56 (14 months ago)
- Files:
-
- 2 modified
-
tags/deluge-0.5.6.2/plugins/TorrentNotification/__init__.py (modified) (1 diff)
-
trunk/plugins/TorrentNotification/__init__.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
tags/deluge-0.5.6.2/plugins/TorrentNotification/__init__.py
r2095 r2097 124 124 self.glade.get_widget("chk_notification").set_sensitive(False) 125 125 self.glade.get_widget("chk_sound").set_active(False) 126 self.glade.get_widget("chk_sound").set_sensitive(False) 126 127 self.glade.get_widget("sound_path_button").set_sensitive(False) 127 128 else: -
trunk/plugins/TorrentNotification/__init__.py
r2094 r2097 124 124 self.glade.get_widget("chk_notification").set_sensitive(False) 125 125 self.glade.get_widget("chk_sound").set_active(False) 126 self.glade.get_widget("chk_sound").set_sensitive(False) 126 127 self.glade.get_widget("sound_path_button").set_sensitive(False) 127 128 else:
