From 18cd98678945631cfae31b60ff1fb4612c51b9f9 Mon Sep 17 00:00:00 2001 From: Mitchell Livingston Date: Mon, 25 Jun 2007 01:20:13 +0000 Subject: [PATCH] my bad --- macosx/Torrent.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/macosx/Torrent.m b/macosx/Torrent.m index 36068f893..ca968c1de 100644 --- a/macosx/Torrent.m +++ b/macosx/Torrent.m @@ -1339,7 +1339,7 @@ static uint32_t kRed = BE(0xFF6450FF), //255, 100, 80 for (index = [indexSet firstIndex]; index != NSNotFound; index = [indexSet indexGreaterThanIndex: index]) { if (tr_torrentGetFilePriority(fHandle, index) != TR_PRI_DND - || [self canChangeDownloadCheckForFiles: [NSIndexSet indexSetWithIndex: index]]) + || ![self canChangeDownloadCheckForFiles: [NSIndexSet indexSetWithIndex: index]]) onState = YES; else offState = YES;