mirror of
https://github.com/transmission/transmission.git
synced 2025-12-24 20:35:36 +00:00
update the creator window's comment field to remove some unnecessary settings
This commit is contained in:
@@ -1765,6 +1765,7 @@ typedef enum
|
||||
//sort by IP after primary sort
|
||||
if (useSecond)
|
||||
{
|
||||
#warning when 10.6-only, replate with sortDescriptorWithKey:ascending:selector:
|
||||
NSSortDescriptor * secondDescriptor = [[NSSortDescriptor alloc] initWithKey: @"IP" ascending: asc
|
||||
selector: @selector(compareNumeric:)];
|
||||
[descriptors addObject: secondDescriptor];
|
||||
|
||||
Reference in New Issue
Block a user