Changeset 165b97
- Timestamp:
- 08/17/2008 04:18:59 AM (16 years ago)
- Children:
- 67b85a
- Parents:
- 26fc7c
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
ChangeLog
r26fc7c r165b97 8 8 * Improve performance of initial torrent list load 9 9 * Fix hiding the bottom pane when disabling all the tabs 10 * Fix not showing new torrents if you don't use the All label first 10 11 11 12 Windows: -
deluge/ui/gtkui/signals.py
r26fc7c r165b97 91 91 # Add the torrent to the treeview 92 92 component.get("TorrentView").add_row(torrent_id) 93 component.get("TorrentView").mark_dirty(torrent_id) 93 94 94 95 def torrent_removed_signal(self, torrent_id): -
deluge/ui/gtkui/torrentview.py
r26fc7c r165b97 207 207 for torrent_id in state: 208 208 self.add_row(torrent_id, update=False) 209 self.mark_dirty(torrent_id) 209 210 210 211 self.update_filter()
Note:
See TracChangeset
for help on using the changeset viewer.