[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…
Reference in New Issue