diff options
author | Bibiko <bibiko@eva.mpg.de> | 2010-06-29 12:44:33 +0000 |
---|---|---|
committer | Bibiko <bibiko@eva.mpg.de> | 2010-06-29 12:44:33 +0000 |
commit | 289a0c98b50b6da590b50a14969dfd986bab18c3 (patch) | |
tree | 588b6d7e3249223374400ef0baa8c33dd8c50cf2 /Source/SPAppController.m | |
parent | 92fbb6abcc89c946b1565de862b59af016651fdb (diff) | |
download | sequelpro-289a0c98b50b6da590b50a14969dfd986bab18c3.tar.gz sequelpro-289a0c98b50b6da590b50a14969dfd986bab18c3.tar.bz2 sequelpro-289a0c98b50b6da590b50a14969dfd986bab18c3.zip |
• made SP more robust against fast closing of tabs and windows
• setHideForSingleTab:YES after opening spfs session
Diffstat (limited to 'Source/SPAppController.m')
-rw-r--r-- | Source/SPAppController.m | 1 |
1 files changed, 1 insertions, 0 deletions
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]; } |