1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2025-01-31 03:12:44 +00:00

update the creator window's comment field to remove some unnecessary settings

This commit is contained in:
Mitchell Livingston 2010-02-15 22:14:49 +00:00
parent 1ed383776f
commit 9ae523535d

View file

@ -1765,6 +1765,7 @@ typedef enum
//sort by IP after primary sort //sort by IP after primary sort
if (useSecond) if (useSecond)
{ {
#warning when 10.6-only, replate with sortDescriptorWithKey:ascending:selector:
NSSortDescriptor * secondDescriptor = [[NSSortDescriptor alloc] initWithKey: @"IP" ascending: asc NSSortDescriptor * secondDescriptor = [[NSSortDescriptor alloc] initWithKey: @"IP" ascending: asc
selector: @selector(compareNumeric:)]; selector: @selector(compareNumeric:)];
[descriptors addObject: secondDescriptor]; [descriptors addObject: secondDescriptor];