fix edited tracker list not being persistent

This commit is contained in:
Marcos Pinto 2007-10-20 23:37:36 +00:00
parent 58be40da1e
commit 0b4b409a53
1 changed files with 1 additions and 1 deletions

View File

@ -930,7 +930,7 @@ window, please enter your password"))
self.torrent_model_append(unique_id)
try:
if self.manager.unique_IDs[unique_id].trackers:
self.manager.replace_trackers(torrent, \
self.manager.replace_trackers(unique_id, \
self.manager.unique_IDs[unique_id].trackers)
except AttributeError:
pass