Changeset 10213
- Timestamp:
- Feb 15, 2010, 10:14:49 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/macosx/InfoWindowController.m
r10212 r10213 1766 1766 if (useSecond) 1767 1767 { 1768 #warning when 10.6-only, replate with sortDescriptorWithKey:ascending:selector: 1768 1769 NSSortDescriptor * secondDescriptor = [[NSSortDescriptor alloc] initWithKey: @"IP" ascending: asc 1769 1770 selector: @selector(compareNumeric:)];
Note: See TracChangeset
for help on using the changeset viewer.