From 289a0c98b50b6da590b50a14969dfd986bab18c3 Mon Sep 17 00:00:00 2001 From: Bibiko Date: Tue, 29 Jun 2010 12:44:33 +0000 Subject: =?UTF-8?q?=E2=80=A2=C2=A0made=20SP=20more=20robust=20against=20fa?= =?UTF-8?q?st=20closing=20of=20tabs=20and=20windows=20=E2=80=A2=20setHideF?= =?UTF-8?q?orSingleTab:YES=20after=20opening=20spfs=20session?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Source/SPAppController.m | 1 + 1 file changed, 1 insertion(+) (limited to 'Source/SPAppController.m') diff --git a/Source/SPAppController.m b/Source/SPAppController.m index 85ad93a2..8635fb29 100644 --- a/Source/SPAppController.m +++ b/Source/SPAppController.m @@ -395,6 +395,7 @@ } [newWindowController selectTabAtIndex:[[window objectForKey:@"selectedTabIndex"] intValue]]; + [newWindowController setHideForSingleTab:YES]; } -- cgit v1.2.3