mirror of
https://github.com/transmission/transmission.git
synced 2025-12-25 04:45:56 +00:00
r3857 Contextual Menu generates console error
This commit is contained in:
@@ -351,7 +351,7 @@ typedef enum
|
||||
{
|
||||
NSIndexSet * indexSet = [fOutline selectedRowIndexes];
|
||||
for (NSInteger i = [indexSet firstIndex]; i != NSNotFound; i = [indexSet indexGreaterThanIndex: i])
|
||||
if ([fTorrent fileLocation: [fFileList objectAtIndex: i]] != nil)
|
||||
if ([fTorrent fileLocation: [fOutline itemAtRow: i]] != nil)
|
||||
return YES;
|
||||
return NO;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user