Ticket #307: gtkui_disable_options_tab.patch
File gtkui_disable_options_tab.patch, 632 bytes (added by , 16 years ago) |
---|
-
deluge/ui/gtkui/options_tab.py
69 69 # Only use the first torrent in the list or return if None selected 70 70 if len(torrent_id) != 0: 71 71 torrent_id = torrent_id[0] 72 self._child_widget.set_sensitive(True) 72 73 else: 73 74 # No torrent is selected in the torrentview 75 self._child_widget.set_sensitive(False) 74 76 return 75 77 76 78 if torrent_id != self.prev_torrent_id: