remove an inaccurate assignment

This commit is contained in:
Mitchell Livingston 2011-05-28 02:18:07 +00:00
parent e7632f6c9c
commit 071333dc55
1 changed files with 1 additions and 2 deletions

View File

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