Fix mapped_files error in AddTorrentDialog

This commit is contained in:
Calum Lind 2013-01-03 17:30:45 +00:00
parent 6313ff19b3
commit ffcfc060e9

View File

@ -824,7 +824,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()