diff options
author | stuconnolly <stuart02@gmail.com> | 2010-07-05 21:54:28 +0000 |
---|---|---|
committer | stuconnolly <stuart02@gmail.com> | 2010-07-05 21:54:28 +0000 |
commit | 9de3398e48f50646f616893df3eba30211d94eec (patch) | |
tree | edfe3297166f27e5424ff1a9b298eee45ab98ce0 /Source/SPPreferenceController.h | |
parent | ee39747795b41551509a11fa770d8a937feb5f39 (diff) | |
download | sequelpro-9de3398e48f50646f616893df3eba30211d94eec.tar.gz sequelpro-9de3398e48f50646f616893df3eba30211d94eec.tar.bz2 sequelpro-9de3398e48f50646f616893df3eba30211d94eec.zip |
Enable manual sorting of connection favourites in the preferences, which will disable automatic sorting. Also, connection favourites sort order in the preferences and the connection view should now be in sync. Needs thoroughly tested. Fixes issue #655.
Diffstat (limited to 'Source/SPPreferenceController.h')
-rw-r--r-- | Source/SPPreferenceController.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/SPPreferenceController.h b/Source/SPPreferenceController.h index c2b4b18a..cf9d2cc1 100644 --- a/Source/SPPreferenceController.h +++ b/Source/SPPreferenceController.h @@ -57,6 +57,7 @@ IBOutlet NSTextField *favoriteUserTextFieldSocket; IBOutlet NSTextField *favoriteUserTextFieldSSH; IBOutlet NSTextField *favoriteHostTextFieldSSH; + IBOutlet NSMenuItem *favoritesSortByMenuItem; IBOutlet id tableCell; |