mirror of
https://github.com/transmission/transmission
synced 2025-02-21 21:57:01 +00:00
r3857 Contextual Menu generates console error
This commit is contained in:
parent
8efbb0ffc5
commit
6de2ac3e4b
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue