Changeset 13873
- Timestamp:
- Jan 26, 2013, 7:52:08 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/macosx/InfoWindowController.m
r13833 r13873 544 544 - (void) resetInfoForTorrent: (NSNotification *) notification 545 545 { 546 Torrent * torrent = [ notification userInfo][@"Torrent"];546 Torrent * torrent = [[notification userInfo] objectForKey: @"Torrent"]; 547 547 if (fTorrents && (!torrent || [fTorrents containsObject: torrent])) 548 548 [self resetInfo];
Note: See TracChangeset
for help on using the changeset viewer.