From d27b44c2119875f603c175e928073bea218f66ff Mon Sep 17 00:00:00 2001 From: rowanbeentje Date: Tue, 12 Mar 2013 01:31:21 +0000 Subject: - Improve startup when loading from file, preventing overwrite of details read from a spf/spfs during startup. This addresses Issue #1619 --- Source/SPDatabaseDocument.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Source/SPDatabaseDocument.m') 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 } -- cgit v1.2.3