Changeset 1707
- Timestamp:
- Apr 12, 2007, 1:49:01 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/macosx/Controller.m
r1645 r1707 1436 1436 else if ([fSortType isEqualToString: @"Date"]) 1437 1437 { 1438 NSSortDescriptor * dateDescriptor = [[[NSSortDescriptor alloc] initWithKey: @"date " ascending: YES] autorelease];1438 NSSortDescriptor * dateDescriptor = [[[NSSortDescriptor alloc] initWithKey: @"dateAdded" ascending: YES] autorelease]; 1439 1439 1440 1440 descriptors = [[NSArray alloc] initWithObjects: dateDescriptor, orderDescriptor, nil];
Note: See TracChangeset
for help on using the changeset viewer.