diff options
author | rowanbeentje <rowan@beent.je> | 2013-03-12 01:31:21 +0000 |
---|---|---|
committer | rowanbeentje <rowan@beent.je> | 2013-03-12 01:31:21 +0000 |
commit | d27b44c2119875f603c175e928073bea218f66ff (patch) | |
tree | c9c100915262b1e27e1b08bc3f5c17ea52a201bd /Source/SPDatabaseDocument.m | |
parent | e78826bf5848073f6cd095f500bff7c98f11d8b2 (diff) | |
download | sequelpro-d27b44c2119875f603c175e928073bea218f66ff.tar.gz sequelpro-d27b44c2119875f603c175e928073bea218f66ff.tar.bz2 sequelpro-d27b44c2119875f603c175e928073bea218f66ff.zip |
- Improve startup when loading from file, preventing overwrite of details read from a spf/spfs during startup. This addresses Issue #1619
Diffstat (limited to 'Source/SPDatabaseDocument.m')
-rw-r--r-- | Source/SPDatabaseDocument.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/SPDatabaseDocument.m b/Source/SPDatabaseDocument.m index 58bc9fb1..ac7aa50e 100644 --- a/Source/SPDatabaseDocument.m +++ b/Source/SPDatabaseDocument.m @@ -4213,7 +4213,7 @@ static NSString *SPRenameDatabaseAction = @"SPRenameDatabase"; #ifndef SP_CODA // If not connected, update the favorite selection if (!_isConnected) { - [connectionController updateFavoriteSelection:self]; + [connectionController updateFavoriteNextKeyView]; } #endif } |