aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPGeneralPreferencePane.m
diff options
context:
space:
mode:
Diffstat (limited to 'Source/SPGeneralPreferencePane.m')
-rw-r--r--Source/SPGeneralPreferencePane.m8
1 files changed, 7 insertions, 1 deletions
diff --git a/Source/SPGeneralPreferencePane.m b/Source/SPGeneralPreferencePane.m
index 7879b9f0..8f4f5c5b 100644
--- a/Source/SPGeneralPreferencePane.m
+++ b/Source/SPGeneralPreferencePane.m
@@ -204,11 +204,17 @@ static NSString *SPDatabaseImage = @"database-small";
return NO;
}
+- (void)preferencePaneWillBeShown
+{
+ [self updateDefaultFavoritePopup];
+}
+
+
#pragma mark -
- (void)dealloc
{
- [folderImage release], folderImage = nil;
+ SPClear(folderImage);
[super dealloc];
}