From 2a11bdb7ef3bb155bbf8f31457843a0ca6d5a3ff Mon Sep 17 00:00:00 2001 From: Alexander Ljungberg Date: Tue, 18 Dec 2012 00:34:14 +0000 Subject: [PATCH] Fixup: previous fix undid penultimate fix. --- AppKit/CPAlert.j | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AppKit/CPAlert.j b/AppKit/CPAlert.j index 76b4c64b3..8a4186e47 100644 --- a/AppKit/CPAlert.j +++ b/AppKit/CPAlert.j @@ -651,8 +651,8 @@ CPCriticalAlertStyle = 2; { if ([_window isSheet]) { - [CPApp endSheet:_window returnCode:[aSender tag]]; [_window orderOut:nil]; + [CPApp endSheet:_window returnCode:[aSender tag]]; } else {