mirror of
https://github.com/transmission/transmission.git
synced 2025-12-27 05:38:40 +00:00
store progress gradients in the gradient class; miscellaneous cleanup
This commit is contained in:
@@ -1102,9 +1102,8 @@ typedef enum
|
||||
- (BOOL) canQuickLook
|
||||
{
|
||||
FileOutlineView * fileOutlineView = [fFileController outlineView];
|
||||
Torrent * torrent = [fTorrents objectAtIndex: 0];
|
||||
NSIndexSet * indexes = [fileOutlineView selectedRowIndexes];
|
||||
|
||||
|
||||
int i;
|
||||
for (i = [indexes firstIndex]; i != NSNotFound; i = [indexes indexGreaterThanIndex: i])
|
||||
if ([self canQuickLookFile: [fileOutlineView itemAtRow: i]])
|
||||
|
||||
Reference in New Issue
Block a user