diff options
author | rowanbeentje <rowan@beent.je> | 2011-01-10 00:51:27 +0000 |
---|---|---|
committer | rowanbeentje <rowan@beent.je> | 2011-01-10 00:51:27 +0000 |
commit | 870da55b26764076d657ef9625e8798f538304cd (patch) | |
tree | 0dca1ba7605618d9fcacc3bf58fefcf60513b522 /Source/SPConnectionController.h | |
parent | a445243c4c9140556b66c8d529c1531011774911 (diff) | |
download | sequelpro-870da55b26764076d657ef9625e8798f538304cd.tar.gz sequelpro-870da55b26764076d657ef9625e8798f538304cd.tar.bz2 sequelpro-870da55b26764076d657ef9625e8798f538304cd.zip |
- Track the keychain ID of the favourite in the connection controller, fixing errors when amending favourites in the connection view and thereafter saving as .spf or duplicating connections
Diffstat (limited to 'Source/SPConnectionController.h')
-rw-r--r-- | Source/SPConnectionController.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/SPConnectionController.h b/Source/SPConnectionController.h index 672e983f..5d9a21a1 100644 --- a/Source/SPConnectionController.h +++ b/Source/SPConnectionController.h @@ -82,6 +82,7 @@ NSString *sshPort; @private NSString *favoritesPBoardType; + NSString *connectionKeychainID; NSString *connectionKeychainItemName; NSString *connectionKeychainItemAccount; NSString *connectionSSHKeychainItemName; |