diff options
author | rowanbeentje <rowan@beent.je> | 2012-06-23 13:37:16 +0000 |
---|---|---|
committer | rowanbeentje <rowan@beent.je> | 2012-06-23 13:37:16 +0000 |
commit | efaf41faf367c778185545f0d47b02dee5424c4e (patch) | |
tree | d25da49d315382845e5318b4657e6f605100c6d7 /Source/SPDatabaseDocument.h | |
parent | 7d06e2efcc6874ac0a605920fdd62ec8cc433602 (diff) | |
download | sequelpro-efaf41faf367c778185545f0d47b02dee5424c4e.tar.gz sequelpro-efaf41faf367c778185545f0d47b02dee5424c4e.tar.bz2 sequelpro-efaf41faf367c778185545f0d47b02dee5424c4e.zip |
- Fix issues opening new windows when Sequel Pro is opened in the background, eg as a result of an application quarantine dialog. This addresses Issue #1375.
- Fix exceptions and multiple errors when opening locked or encrypted session files where opening is cancelled.
Diffstat (limited to 'Source/SPDatabaseDocument.h')
-rw-r--r-- | Source/SPDatabaseDocument.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/SPDatabaseDocument.h b/Source/SPDatabaseDocument.h index b1d19600..9c7111ad 100644 --- a/Source/SPDatabaseDocument.h +++ b/Source/SPDatabaseDocument.h @@ -456,7 +456,7 @@ SPDatabaseData, SPTablesList, SPTableStructure, SPTableContent, SPTableData, SPS // State saving and setting - (NSDictionary *)stateIncludingDetails:(NSDictionary *)detailsToReturn; - (BOOL)setState:(NSDictionary *)stateDetails; -- (void)setStateFromConnectionFile:(NSString *)path; +- (BOOL)setStateFromConnectionFile:(NSString *)path; - (void)restoreSession; #endif |