diff options
author | stuconnolly <stuart02@gmail.com> | 2012-05-02 17:44:21 +0000 |
---|---|---|
committer | stuconnolly <stuart02@gmail.com> | 2012-05-02 17:44:21 +0000 |
commit | 7424d1d889120708b8986b47d49f58f418ae8136 (patch) | |
tree | 820908c3795c006870cd41170db76471e236002b /Source/SPGeneralPreferencePane.h | |
parent | d67fe50af9c0394eaf380b75cc05192ae71199ae (diff) | |
download | sequelpro-7424d1d889120708b8986b47d49f58f418ae8136.tar.gz sequelpro-7424d1d889120708b8986b47d49f58f418ae8136.tar.bz2 sequelpro-7424d1d889120708b8986b47d49f58f418ae8136.zip |
Update general preference pane code that was missed in the merge.
Diffstat (limited to 'Source/SPGeneralPreferencePane.h')
-rw-r--r-- | Source/SPGeneralPreferencePane.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/Source/SPGeneralPreferencePane.h b/Source/SPGeneralPreferencePane.h index a23b6bb8..c573b84a 100644 --- a/Source/SPGeneralPreferencePane.h +++ b/Source/SPGeneralPreferencePane.h @@ -34,14 +34,13 @@ */ @interface SPGeneralPreferencePane : SPPreferencePane <SPPreferencePaneProtocol> { - IBOutlet NSPopUpButton *defaultFavoritePopup; + NSImage *folderImage; - IBOutlet NSArrayController *favoritesController; + IBOutlet NSPopUpButton *defaultFavoritePopup; } - (IBAction)updateDefaultFavorite:(id)sender; - (void)updateDefaultFavoritePopup; -- (void)updateDefaultFavoritePopupSelection; @end |