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:
parent
1ed383776f
commit
9ae523535d
1 changed files with 1 additions and 0 deletions
|
@ -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];
|
||||||
|
|
Loading…
Reference in a new issue