From 2b706eeebd9f4a9eaa1ed970af6bb4050b29ab0f Mon Sep 17 00:00:00 2001 From: stuconnolly Date: Fri, 22 Jan 2010 01:25:02 +0000 Subject: Restore default behaviour of bringing the most recent window to the front when clicking the dock icon. --- Source/SPAppController.m | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'Source/SPAppController.m') diff --git a/Source/SPAppController.m b/Source/SPAppController.m index 490edac3..4431976f 100644 --- a/Source/SPAppController.m +++ b/Source/SPAppController.m @@ -442,10 +442,12 @@ [firstTableDocument makeWindowControllers]; [firstTableDocument showWindows]; } + + return NO; } // Return NO to the automatic opening - return NO; + return YES; } /** -- cgit v1.2.3