aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPGeneralPreferencePane.m
diff options
context:
space:
mode:
Diffstat (limited to 'Source/SPGeneralPreferencePane.m')
-rw-r--r--Source/SPGeneralPreferencePane.m6
1 files changed, 6 insertions, 0 deletions
diff --git a/Source/SPGeneralPreferencePane.m b/Source/SPGeneralPreferencePane.m
index a1c024e7..8f4f5c5b 100644
--- a/Source/SPGeneralPreferencePane.m
+++ b/Source/SPGeneralPreferencePane.m
@@ -204,6 +204,12 @@ static NSString *SPDatabaseImage = @"database-small";
return NO;
}
+- (void)preferencePaneWillBeShown
+{
+ [self updateDefaultFavoritePopup];
+}
+
+
#pragma mark -
- (void)dealloc