reorganize files in xcodde and avoid a redundant method call

This commit is contained in:
Mitchell Livingston
2007-05-31 23:17:46 +00:00
parent 43bff5b4a0
commit 620b189969
3 changed files with 92 additions and 61 deletions

View File

@@ -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];
}