Changeset 359 for trunk/macosx/TorrentTableView.m
- Timestamp:
- Jun 14, 2006, 8:35:28 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/macosx/TorrentTableView.m
r358 r359 212 212 { 213 213 int row = [self rowAtPoint: point]; 214 if (row < 0) 215 return NO; 216 214 217 NSRect cellRect = [self frameOfCellAtColumn: 215 218 [self columnWithIdentifier: @"Torrent"] row: row];
Note: See TracChangeset
for help on using the changeset viewer.