aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPAppController.m
diff options
context:
space:
mode:
Diffstat (limited to 'Source/SPAppController.m')
-rw-r--r--Source/SPAppController.m1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/SPAppController.m b/Source/SPAppController.m
index 5a515f02..23379761 100644
--- a/Source/SPAppController.m
+++ b/Source/SPAppController.m
@@ -67,6 +67,7 @@
[[SUUpdater sharedUpdater] setDelegate:self];
prefsController = [[SPPreferenceController alloc] init];
+ aboutController = nil;
// Register SPAppController as services provider
[NSApp setServicesProvider:self];