diff options
author | stuconnolly <stuart02@gmail.com> | 2010-12-06 21:30:46 +0000 |
---|---|---|
committer | stuconnolly <stuart02@gmail.com> | 2010-12-06 21:30:46 +0000 |
commit | fa8ef20485323e394af10cd3a9937b634d47b436 (patch) | |
tree | fb4250854eaec0d1dd6e5712cb5110f3c71d0c75 /Source/SPConnectionController.h | |
parent | 7597f69134b039851d5db659ca51ebc734eb5877 (diff) | |
download | sequelpro-fa8ef20485323e394af10cd3a9937b634d47b436.tar.gz sequelpro-fa8ef20485323e394af10cd3a9937b634d47b436.tar.bz2 sequelpro-fa8ef20485323e394af10cd3a9937b634d47b436.zip |
When either more than one favorite or a favorite group is selected in the connection view, hide the connection details form.
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 5dd19c4d..2cd4d170 100644 --- a/Source/SPConnectionController.h +++ b/Source/SPConnectionController.h @@ -93,6 +93,7 @@ IBOutlet NSView *connectionView; IBOutlet NSSplitView *connectionSplitView; IBOutlet NSScrollView *connectionDetailsScrollView; + IBOutlet NSTextField *connectionInstructionsTextField; IBOutlet BWAnchoredButtonBar *connectionSplitViewButtonBar; IBOutlet SPFavoritesOutlineView *favoritesOutlineView; |