aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPFavoritesPreferencePane.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/SPFavoritesPreferencePane.h')
-rw-r--r--Source/SPFavoritesPreferencePane.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/Source/SPFavoritesPreferencePane.h b/Source/SPFavoritesPreferencePane.h
index 9d77d4c4..4bcd2cd3 100644
--- a/Source/SPFavoritesPreferencePane.h
+++ b/Source/SPFavoritesPreferencePane.h
@@ -73,6 +73,8 @@
IBOutlet BWAnchoredButtonBar *splitViewButtonBar;
SPKeychain *keychain;
+
+ NSOpenPanel *keySelectionPanel;
NSInteger favoriteType;
NSDictionary *currentFavorite;
@@ -92,6 +94,7 @@
- (IBAction)chooseKeyLocation:(id)sender;
- (IBAction)favoriteTypeDidChange:(id)sender;
- (IBAction)chooseKeyLocation:(id)sender;
+- (IBAction)updateKeyLocationFileVisibility:(id)sender;
- (void)selectFavorites:(NSArray *)favorites;