diff options
author | Bibiko <bibiko@eva.mpg.de> | 2009-10-12 10:25:07 +0000 |
---|---|---|
committer | Bibiko <bibiko@eva.mpg.de> | 2009-10-12 10:25:07 +0000 |
commit | 29c40c62b9afa5eb3c61b8904b5213750bed558a (patch) | |
tree | 48001c67a67b1fe2d6db029b146cc50e59fa7a16 /Source/SPPreferenceController.h | |
parent | 31ddc7c313db56bd817c95e5ea9c7310f0b21ae7 (diff) | |
download | sequelpro-29c40c62b9afa5eb3c61b8904b5213750bed558a.tar.gz sequelpro-29c40c62b9afa5eb3c61b8904b5213750bed558a.tar.bz2 sequelpro-29c40c62b9afa5eb3c61b8904b5213750bed558a.zip |
• fixed truncating issue of Pref's Favorite List table view
- now favorite name/host will be truncated correctly
- added tooltip for truncated favorites
Diffstat (limited to 'Source/SPPreferenceController.h')
-rw-r--r-- | Source/SPPreferenceController.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/SPPreferenceController.h b/Source/SPPreferenceController.h index 4e4eed5a..47ad0dd8 100644 --- a/Source/SPPreferenceController.h +++ b/Source/SPPreferenceController.h @@ -56,6 +56,8 @@ IBOutlet NSTextField *favoriteUserTextFieldSSH; IBOutlet NSTextField *favoriteHostTextFieldSSH; + IBOutlet id tableCell; + SPKeychain *keychain; NSDictionary *currentFavorite; |