only remove a torrent from the queue for a local error, not tracker error; miscellaneous trivial adjustments

This commit is contained in:
Mitchell Livingston
2009-10-17 17:15:37 +00:00
parent 45839606db
commit 94627c81f3
7 changed files with 14 additions and 14 deletions

View File

@@ -139,7 +139,7 @@
- (NSCell *) outlineView: (NSOutlineView *) outlineView dataCellForTableColumn: (NSTableColumn *) tableColumn item: (id) item
{
BOOL group = ![item isKindOfClass: [Torrent class]];
const BOOL group = ![item isKindOfClass: [Torrent class]];
if (!tableColumn)
return !group ? fTorrentCell : nil;
else