Ticket #34: deluge_torrent_view_clear_t34.patch
File deluge_torrent_view_clear_t34.patch, 500 bytes (added by , 17 years ago) |
---|
-
deluge/ui/gtkui/torrentview.py
184 184 client.get_session_state(self._on_session_state) 185 185 186 186 def _on_session_state(self, state): 187 self.liststore.clear() 187 188 for torrent_id in state: 188 189 self.add_row(torrent_id) 189 190 190 self.update() 191 191 192 192 def stop(self):