This commit is contained in:
Mitchell Livingston 2007-06-25 01:20:13 +00:00
parent eef469a3de
commit 18cd986789
1 changed files with 1 additions and 1 deletions

View File

@ -1339,7 +1339,7 @@ static uint32_t kRed = BE(0xFF6450FF), //255, 100, 80
for (index = [indexSet firstIndex]; index != NSNotFound; index = [indexSet indexGreaterThanIndex: index]) for (index = [indexSet firstIndex]; index != NSNotFound; index = [indexSet indexGreaterThanIndex: index])
{ {
if (tr_torrentGetFilePriority(fHandle, index) != TR_PRI_DND if (tr_torrentGetFilePriority(fHandle, index) != TR_PRI_DND
|| [self canChangeDownloadCheckForFiles: [NSIndexSet indexSetWithIndex: index]]) || ![self canChangeDownloadCheckForFiles: [NSIndexSet indexSetWithIndex: index]])
onState = YES; onState = YES;
else else
offState = YES; offState = YES;