This commit is contained in:
Andrew Resch 2009-04-23 18:16:38 +00:00
commit c20226c187

View file

@ -693,7 +693,7 @@ class TorrentManager(component.Component):
return
# Set the tracker status for the torrent
if alert.message() != "Got peers from DHT":
tracker.set_tracker_status(_("Announce OK"))
torrent.set_tracker_status(_("Announce OK"))
# Check to see if we got any peer information from the tracker
if alert.handle.status().num_complete == -1 or \