Fix problem with removing torrent.

This commit is contained in:
Andrew Resch 2007-06-13 01:33:16 +00:00
parent 43ea807a9b
commit 67073ba8c5
1 changed files with 0 additions and 4 deletions

View File

@ -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()