1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2025-03-12 15:14:12 +00:00

remove an inaccurate assignment

This commit is contained in:
Mitchell Livingston 2011-05-28 02:18:07 +00:00
parent e7632f6c9c
commit 071333dc55

View file

@ -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)
{ {