Changeset 9807 for trunk/macosx/TorrentTableView.m
- Timestamp:
- Dec 20, 2009, 9:02:58 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/macosx/TorrentTableView.m
r9674 r9807 241 241 continue; 242 242 243 NSDictionary * userInfo = [NSDictionary dictionaryWithObject: [NSNumber numberWith Int: row] forKey: @"Row"];243 NSDictionary * userInfo = [NSDictionary dictionaryWithObject: [NSNumber numberWithUnsignedInteger: row] forKey: @"Row"]; 244 244 TorrentCell * cell = (TorrentCell *)[self preparedCellAtColumn: -1 row: row]; 245 245 [cell addTrackingAreasForView: self inRect: [self rectOfRow: row] withUserInfo: userInfo mouseLocation: mouseLocation];
Note: See TracChangeset
for help on using the changeset viewer.