mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-20 11:35:49 +00:00
[GTKUI] Fix count of torrents in dialog title
This commit is contained in:
parent
63b25311f5
commit
587b9afefe
1 changed files with 1 additions and 0 deletions
|
@ -713,6 +713,7 @@ class AddTorrentDialog(component.Component):
|
|||
model.remove(row)
|
||||
del self.files[torrent_id]
|
||||
del self.infos[torrent_id]
|
||||
self.dialog.set_title(_('Add Torrents (%d)') % len(self.torrent_liststore))
|
||||
|
||||
def on_button_trackers_clicked(self, widget):
|
||||
log.debug('on_button_trackers_clicked')
|
||||
|
|
Loading…
Add table
Reference in a new issue