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/SPConnectionController.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/SPConnectionController.h')
-rw-r--r-- | Source/SPConnectionController.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Source/SPConnectionController.h b/Source/SPConnectionController.h index 6d1f23ed..edf6f5fd 100644 --- a/Source/SPConnectionController.h +++ b/Source/SPConnectionController.h @@ -114,8 +114,10 @@ IBOutlet NSButton *helpButton; IBOutlet NSProgressIndicator *progressIndicator; IBOutlet NSTextField *progressIndicatorText; - + IBOutlet NSMenuItem *favoritesSortByMenuItem; + BOOL reverseFavoritesSort; + SPFavoritesSortItem previousSortItem, currentSortItem; } |