diff --git a/macosx/MessageWindowController.m b/macosx/MessageWindowController.m index 9eb18cb78..7af1f803d 100644 --- a/macosx/MessageWindowController.m +++ b/macosx/MessageWindowController.m @@ -66,7 +66,11 @@ - (void) awakeFromNib { - [[self window] center]; + NSWindow * window = [self window]; + [window setFrameAutosaveName: @"MessageWindowFrame"]; + [window setFrameUsingName: @"MessageWindowFrame"]; + + [window center]; //initially sort peer table by IP if ([[fMessageTable sortDescriptors] count] == 0)