Destroy AddTorrentDialog window after clicking 'Add'.

This commit is contained in:
Andrew Resch 2008-01-20 01:55:17 +00:00
parent f327290e33
commit 23840ce390

View File

@ -407,6 +407,7 @@ class AddTorrentDialog:
row = self.torrent_liststore.iter_next(row)
client.add_torrent_file(torrent_filenames, torrent_options)
self.dialog.destroy()
def _on_button_apply_clicked(self, widget):
log.debug("_on_button_apply_clicked")