mirror of
https://github.com/transmission/transmission.git
synced 2025-12-24 20:35:36 +00:00
reorganize files in xcodde and avoid a redundant method call
This commit is contained in:
@@ -289,7 +289,6 @@
|
||||
}
|
||||
|
||||
//update stats and settings
|
||||
[self updateInfoStats];
|
||||
[self updateInfoSettings];
|
||||
|
||||
[fPeerTable reloadData];
|
||||
@@ -880,7 +879,7 @@
|
||||
if ((useSecond = ![[descriptor key] isEqualToString: @"IP"]))
|
||||
{
|
||||
#warning different for different sorts
|
||||
//NSLog(@"%@", [fPeerTable highlightedTableColumn]);
|
||||
//NSLog(@"%d", [[[[fPeerTable tableColumns] objectAtIndex: 2] headerCell] isHighlighted]);
|
||||
|
||||
asc = [descriptor ascending];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user