From 5bc92b686b4fae706bc12b8bb96b8ba2a30e1fb8 Mon Sep 17 00:00:00 2001 From: Francisco Ryan Tolmasky I Date: Mon, 27 Jul 2009 18:42:04 -0700 Subject: [PATCH] Slight fix to new CPWindowController mechanics. Reviewed by me. --- AppKit/CPWindowController.j | 3 +++ 1 file changed, 3 insertions(+) diff --git a/AppKit/CPWindowController.j b/AppKit/CPWindowController.j index 8ee836374..f60abcfe2 100644 --- a/AppKit/CPWindowController.j +++ b/AppKit/CPWindowController.j @@ -74,6 +74,9 @@ [self setShouldCloseDocument:NO]; [self setNextResponder:CPApp]; + + if (aWindow) + [self windowDidLoad]; } return self;