mirror of
https://github.com/transmission/transmission
synced 2025-03-12 07:03:44 +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])
|
if (![self isRowSelected: row])
|
||||||
{
|
{
|
||||||
NSDictionary * item = [self itemAtRow: row];
|
NSIndexSet * indexes = [(FileListNode *)[self itemAtRow: row] indexes];
|
||||||
NSIndexSet * indexes = [(FileListNode *)item indexes];
|
|
||||||
|
|
||||||
if ([fTorrent checkForFiles: indexes] != NSOffState)
|
if ([fTorrent checkForFiles: indexes] != NSOffState)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Reference in a new issue