mirror of
https://github.com/transmission/transmission
synced 2025-03-11 06:32:59 +00:00
remove an inaccurate assignment
This commit is contained in:
parent
e7632f6c9c
commit
071333dc55
1 changed files with 1 additions and 2 deletions
|
@ -181,8 +181,7 @@
|
|||
{
|
||||
if (![self isRowSelected: row])
|
||||
{
|
||||
NSDictionary * item = [self itemAtRow: row];
|
||||
NSIndexSet * indexes = [(FileListNode *)item indexes];
|
||||
NSIndexSet * indexes = [(FileListNode *)[self itemAtRow: row] indexes];
|
||||
|
||||
if ([fTorrent checkForFiles: indexes] != NSOffState)
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue