#763 better determination of needed space

This commit is contained in:
Mitchell Livingston
2008-03-17 19:59:26 +00:00
parent 3e974e863d
commit 8e45cc27b2
4 changed files with 1546 additions and 1517 deletions

View File

@@ -64,7 +64,7 @@
[window setFrameUsingName: @"MessageWindowFrame"];
[[NSNotificationCenter defaultCenter] addObserver: self selector: @selector(resizeColumn)
name: @"NSTableViewColumnDidResizeNotification" object: fMessageTable];
name: @"NSTableViewColumnDidResizeNotification" object: fMessageTable];
//initially sort peer table by IP
if ([[fMessageTable sortDescriptors] count] == 0)