summaryrefslogtreecommitdiffstats
path: root/deluge/ui/gtkui/torrentview.py
diff options
context:
space:
mode:
Diffstat (limited to 'deluge/ui/gtkui/torrentview.py')
-rw-r--r--deluge/ui/gtkui/torrentview.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/deluge/ui/gtkui/torrentview.py b/deluge/ui/gtkui/torrentview.py
index 839d1c602..4ea9cfaed 100644
--- a/deluge/ui/gtkui/torrentview.py
+++ b/deluge/ui/gtkui/torrentview.py
@@ -213,6 +213,7 @@ class TorrentView(listview.ListView, component.Component):
"""Stops the torrentview"""
# We need to clear the liststore
self.liststore.clear()
+ self.prev_status = {}
def shutdown(self):
"""Called when GtkUi is exiting"""