Fix mapped_files error in AddTorrentDialog

This commit is contained in:
Calum Lind 2013-01-03 17:30:45 +00:00
parent bfa3564ba3
commit 58e8a0e562
1 changed files with 1 additions and 1 deletions

View File

@ -807,7 +807,7 @@ class AddTorrentDialog(component.Component):
# The options, except file renames, we want all the torrents to have
options = self.options[model.get_value(row, 0)].copy()
del options["mapped_files"]
options.pop("mapped_files", None)
# Set all the torrent options
row = model.get_iter_first()