diff options
author | stuconnolly <stuart02@gmail.com> | 2010-03-31 16:43:52 +0000 |
---|---|---|
committer | stuconnolly <stuart02@gmail.com> | 2010-03-31 16:43:52 +0000 |
commit | 8d435e0e10c45bbd502730d6580fce4ffc7de77e (patch) | |
tree | e916016a6e5ded07ddb7dc76ef3bdbcbea2fa6c4 /Source/SPPreferenceController.h | |
parent | 097d8ea042e9545bce160fa3001d53fc74611537 (diff) | |
download | sequelpro-8d435e0e10c45bbd502730d6580fce4ffc7de77e.tar.gz sequelpro-8d435e0e10c45bbd502730d6580fce4ffc7de77e.tar.bz2 sequelpro-8d435e0e10c45bbd502730d6580fce4ffc7de77e.zip |
Manually set the connection favorites button bar delegate to ensure the split view delegate methods are called.
Diffstat (limited to 'Source/SPPreferenceController.h')
-rw-r--r-- | Source/SPPreferenceController.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Source/SPPreferenceController.h b/Source/SPPreferenceController.h index 029993d9..9a6b3101 100644 --- a/Source/SPPreferenceController.h +++ b/Source/SPPreferenceController.h @@ -27,7 +27,7 @@ #import "SPConstants.h" -@class SPKeychain; +@class BWAnchoredButtonBar, SPKeychain; @interface SPPreferenceController : NSWindowController { @@ -62,6 +62,8 @@ IBOutlet NSTextField *editorFontName; IBOutlet NSTextField *globalResultTableFontName; + + IBOutlet BWAnchoredButtonBar *splitViewButtonBar; SPKeychain *keychain; NSDictionary *currentFavorite; |