mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-02 22:48:40 +00:00
Destroy AddTorrentDialog window after clicking 'Add'.
This commit is contained in:
parent
f327290e33
commit
23840ce390
1 changed files with 1 additions and 0 deletions
|
@ -407,6 +407,7 @@ class AddTorrentDialog:
|
||||||
row = self.torrent_liststore.iter_next(row)
|
row = self.torrent_liststore.iter_next(row)
|
||||||
|
|
||||||
client.add_torrent_file(torrent_filenames, torrent_options)
|
client.add_torrent_file(torrent_filenames, torrent_options)
|
||||||
|
self.dialog.destroy()
|
||||||
|
|
||||||
def _on_button_apply_clicked(self, widget):
|
def _on_button_apply_clicked(self, widget):
|
||||||
log.debug("_on_button_apply_clicked")
|
log.debug("_on_button_apply_clicked")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue