mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-09 18:08:39 +00:00
clear torrent title as well
This commit is contained in:
parent
04b97701e3
commit
2494d05967
1 changed files with 1 additions and 0 deletions
|
@ -921,6 +921,7 @@ class DelugeGTK:
|
||||||
|
|
||||||
def clear_details_pane(self):
|
def clear_details_pane(self):
|
||||||
self.wtree.get_widget("progressbar").set_text("")
|
self.wtree.get_widget("progressbar").set_text("")
|
||||||
|
self.text_summary_title.set_text("")
|
||||||
self.text_summary_total_size.set_text("")
|
self.text_summary_total_size.set_text("")
|
||||||
self.text_summary_pieces.set_text("")
|
self.text_summary_pieces.set_text("")
|
||||||
self.text_summary_total_downloaded.set_text("")
|
self.text_summary_total_downloaded.set_text("")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue