diff options
author | rowanbeentje <rowan@beent.je> | 2009-04-13 00:42:54 +0000 |
---|---|---|
committer | rowanbeentje <rowan@beent.je> | 2009-04-13 00:42:54 +0000 |
commit | 8df357943f349909e7c835dba7ac081d84dc4d86 (patch) | |
tree | 9af7bdcf8b3b4ede93e017379635ab5eed53871a /Source/SPPreferenceController.h | |
parent | 28d6a391d760b4acbac219d11b6ae8abf97e7ccf (diff) | |
download | sequelpro-8df357943f349909e7c835dba7ac081d84dc4d86.tar.gz sequelpro-8df357943f349909e7c835dba7ac081d84dc4d86.tar.bz2 sequelpro-8df357943f349909e7c835dba7ac081d84dc4d86.zip |
- Save password changes when making changes in favorites tab in the preferences window
- Remove the now unnecessary (and never implemented) "Save" button below the favorites editor
- Hook up the Remove and Duplicate favorite buttons to the correct Enable binding
Diffstat (limited to 'Source/SPPreferenceController.h')
-rw-r--r-- | Source/SPPreferenceController.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Source/SPPreferenceController.h b/Source/SPPreferenceController.h index f946b824..73819cfd 100644 --- a/Source/SPPreferenceController.h +++ b/Source/SPPreferenceController.h @@ -41,6 +41,10 @@ IBOutlet NSTableView *favoritesTableView; IBOutlet NSArrayController *favoritesController; + IBOutlet NSTextField *nameField; + IBOutlet NSTextField *hostField; + IBOutlet NSTextField *userField; + IBOutlet NSTextField *databaseField; IBOutlet NSSecureTextField *passwordField; KeyChain *keychain; |