[GTKUI] Fix count of torrents in dialog title

This commit is contained in:
Calum Lind 2017-07-04 10:53:21 +01:00
parent 63b25311f5
commit 587b9afefe
1 changed files with 1 additions and 0 deletions

View File

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