Changeset 2198 for trunk/macosx/InfoWindowController.m
- Timestamp:
- Jun 25, 2007, 10:26:33 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/macosx/InfoWindowController.m
r2194 r2198 888 888 NSString * identifier = [tableColumn identifier]; 889 889 if ([identifier isEqualToString: @"Check"]) 890 { 890 { 891 891 Torrent * torrent = [fTorrents objectAtIndex: 0]; 892 892 [torrent setFileCheckState: [object intValue] != NSOffState ? NSOnState : NSOffState
Note: See TracChangeset
for help on using the changeset viewer.