From d8373245efdb63f4f8a27bdc646053f7b939f2f2 Mon Sep 17 00:00:00 2001 From: rowanbeentje Date: Fri, 2 Apr 2010 15:22:26 +0000 Subject: - Initialise prefs controller before setting Sparkle delegate - Move sparkle prefs reset from 2056 to 2057 - Tweak prefs key binding to the user preference stats enabled key rather than the overall Sparkle stats enabled key --- Source/SPPreferenceController.m | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Source/SPPreferenceController.m') diff --git a/Source/SPPreferenceController.m b/Source/SPPreferenceController.m index 3bbc42a2..20173b32 100644 --- a/Source/SPPreferenceController.m +++ b/Source/SPPreferenceController.m @@ -303,8 +303,8 @@ [prefs removeObjectForKey:@"FetchCorrectRowCount"]; } - // For versions prior to r2056 (~0.9.8), reset the Sparkle prefs so the user is prompted about submitting information - if (recordedVersionNumber < 2056 && [prefs objectForKey:@"SUEnableAutomaticChecks"]) { + // For versions prior to r2057 (~0.9.8), reset the Sparkle prefs so the user is prompted about submitting information + if (recordedVersionNumber < 2057 && [prefs objectForKey:@"SUEnableAutomaticChecks"]) { [prefs removeObjectForKey:@"SUEnableAutomaticChecks"]; [prefs removeObjectForKey:@"SUSendProfileInfo"]; } -- cgit v1.2.3