mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-04 23:48:40 +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)
|
model.remove(row)
|
||||||
del self.files[torrent_id]
|
del self.files[torrent_id]
|
||||||
del self.infos[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):
|
def on_button_trackers_clicked(self, widget):
|
||||||
log.debug('on_button_trackers_clicked')
|
log.debug('on_button_trackers_clicked')
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue