don't show priority colors for finished files

This commit is contained in:
Mitchell Livingston
2007-06-22 01:16:50 +00:00
parent e087ac395a
commit ab4a1cd2f7
3 changed files with 10 additions and 3 deletions

View File

@@ -909,6 +909,9 @@
}
else if ([identifier isEqualToString: @"Priority"])
{
if (![[fTorrents objectAtIndex: 0] canChangeDownloadCheckForFiles: [item objectForKey: @"Indexes"]])
return;
int priority = [object intValue], actualPriority;
if (priority == 0)
actualPriority = PRIORITY_LOW;