mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-06 16:38:43 +00:00
Fix torrents not displaying properly after disconnecting and
reconnecting to the daemon
This commit is contained in:
parent
b7f9fec075
commit
631768f01b
2 changed files with 2 additions and 0 deletions
|
@ -10,6 +10,7 @@ Deluge 1.1.1 - (In Development)
|
||||||
* Fix crashing in AddTorrentDialog when removing torrents from the list
|
* Fix crashing in AddTorrentDialog when removing torrents from the list
|
||||||
* Do not allow duplicate torrents in the AddTorrentDialog
|
* Do not allow duplicate torrents in the AddTorrentDialog
|
||||||
* Fix translating speed units in status tab when a per-torrent limit is set
|
* Fix translating speed units in status tab when a per-torrent limit is set
|
||||||
|
* Fix torrents not displaying properly after disconnecting and reconnecting to the daemon
|
||||||
|
|
||||||
Misc:
|
Misc:
|
||||||
* Fix bdecoding some torrent files
|
* Fix bdecoding some torrent files
|
||||||
|
|
|
@ -213,6 +213,7 @@ class TorrentView(listview.ListView, component.Component):
|
||||||
"""Stops the torrentview"""
|
"""Stops the torrentview"""
|
||||||
# We need to clear the liststore
|
# We need to clear the liststore
|
||||||
self.liststore.clear()
|
self.liststore.clear()
|
||||||
|
self.prev_status = {}
|
||||||
|
|
||||||
def shutdown(self):
|
def shutdown(self):
|
||||||
"""Called when GtkUi is exiting"""
|
"""Called when GtkUi is exiting"""
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue