Changeset 10116 for trunk/macosx/FileOutlineView.m
- Timestamp:
- Feb 6, 2010, 5:12:16 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/macosx/FileOutlineView.m
r9844 r10116 185 185 NSDictionary * item = [self itemAtRow: row]; 186 186 NSIndexSet * indexes = [(FileListNode *)item indexes]; 187 NSAssert(indexes != nil, @"indexSet must not be nil - temp"); 187 188 188 189 if ([fTorrent checkForFiles: indexes] != NSOffState)
Note: See TracChangeset
for help on using the changeset viewer.