clear torrent title as well

This commit is contained in:
Marcos Pinto 2007-06-01 05:10:23 +00:00
parent 04b97701e3
commit 2494d05967
1 changed files with 1 additions and 0 deletions

View File

@ -921,6 +921,7 @@ class DelugeGTK:
def clear_details_pane(self):
self.wtree.get_widget("progressbar").set_text("")
self.text_summary_title.set_text("")
self.text_summary_total_size.set_text("")
self.text_summary_pieces.set_text("")
self.text_summary_total_downloaded.set_text("")