mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-03 23:18:40 +00:00
Fix torrents not displaying properly after disconnecting and
reconnecting to the daemon
This commit is contained in:
parent
2368a82b13
commit
2403d13ceb
1 changed files with 1 additions and 0 deletions
|
@ -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