tweak queue bottom

This commit is contained in:
Marcos Pinto 2007-08-31 07:13:43 +00:00
parent 6253d68e3f
commit 547766cdf9
1 changed files with 1 additions and 1 deletions

View File

@ -632,7 +632,7 @@ class Manager:
for callback in self.event_callbacks[event['event_type']]: for callback in self.event_callbacks[event['event_type']]:
callback(event) callback(event)
elif event['event_type'] is self.constants['EVENT_FINISHED']: if event['event_type'] is self.constants['EVENT_FINISHED']:
if event['message'] == "torrent has finished downloading": if event['message'] == "torrent has finished downloading":
# Queue seeding torrent to bottom if needed # Queue seeding torrent to bottom if needed