Changeset 10138
- Timestamp:
- Feb 8, 2010, 4:17:41 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/macosx/InfoWindowController.m
r10131 r10138 682 682 id item = [fTrackers objectAtIndex: row]; 683 683 684 if ( ![item isKindOfClass: [TrackerNodeclass]])684 if ([item isKindOfClass: [NSDictionary class]]) 685 685 { 686 686 NSString * tierString = [NSString stringWithFormat: NSLocalizedString(@"Tier %d", "Inspector -> tracker table"), … … 691 691 } 692 692 else 693 return item; 693 return item; //TrackerNode or NSString 694 694 } 695 695 return nil;
Note: See TracChangeset
for help on using the changeset viewer.