mirror of
https://github.com/codex-storage/deluge.git
synced 2025-01-26 11:21:08 +00:00
[GTKUI] Fix count of torrents in dialog title
This commit is contained in:
parent
63b25311f5
commit
587b9afefe
@ -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…
x
Reference in New Issue
Block a user