aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPGeneralPreferencePane.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/SPGeneralPreferencePane.h')
-rw-r--r--Source/SPGeneralPreferencePane.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/Source/SPGeneralPreferencePane.h b/Source/SPGeneralPreferencePane.h
index c573b84a..a23b6bb8 100644
--- a/Source/SPGeneralPreferencePane.h
+++ b/Source/SPGeneralPreferencePane.h
@@ -34,13 +34,14 @@
*/
@interface SPGeneralPreferencePane : SPPreferencePane <SPPreferencePaneProtocol>
{
- NSImage *folderImage;
-
IBOutlet NSPopUpButton *defaultFavoritePopup;
+
+ IBOutlet NSArrayController *favoritesController;
}
- (IBAction)updateDefaultFavorite:(id)sender;
- (void)updateDefaultFavoritePopup;
+- (void)updateDefaultFavoritePopupSelection;
@end