Fix problem with removing torrent.
This commit is contained in:
parent
43ea807a9b
commit
67073ba8c5
|
@ -953,13 +953,9 @@ class DelugeGTK:
|
|||
self.text_summary_peers.set_text("")
|
||||
self.wtree.get_widget("progressbar").set_fraction(0.0)
|
||||
self.text_summary_share_ratio.set_text("")
|
||||
self.text_summary_downloaded_this_session.set_text("")
|
||||
self.text_summary_uploaded_this_session.set_text("")
|
||||
self.text_summary_tracker.set_text("")
|
||||
self.text_summary_tracker_response.set_text("")
|
||||
self.text_summary_tracker_status.set_text("")
|
||||
self.text_summary_next_announce.set_text("")
|
||||
self.text_summary_compact_allocation.set_text("")
|
||||
self.text_summary_eta.set_text("")
|
||||
self.peer_store.clear()
|
||||
self.file_store.clear()
|
||||
|
|
Loading…
Reference in New Issue