remove another subscript usage

This commit is contained in:
Mitchell Livingston 2013-01-26 19:52:08 +00:00
parent 65b51cb4c7
commit 802d9d5892
1 changed files with 1 additions and 1 deletions

View File

@ -543,7 +543,7 @@ typedef enum
- (void) resetInfoForTorrent: (NSNotification *) notification
{
Torrent * torrent = [notification userInfo][@"Torrent"];
Torrent * torrent = [[notification userInfo] objectForKey: @"Torrent"];
if (fTorrents && (!torrent || [fTorrents containsObject: torrent]))
[self resetInfo];
}