From: Kent Sutherland Date: Wed, 1 Oct 2003 20:33:54 +0000 (+0000) Subject: Fixed launch player with MenuTunes checkbox in prefs. X-Git-Tag: v1.0~18 X-Git-Url: http://git.ithinksw.org/MenuTunes.git/commitdiff_plain/61040496e5014fab9562288d4ac0b13120b4d5ef Fixed launch player with MenuTunes checkbox in prefs. --- diff --git a/PreferencesController.m b/PreferencesController.m index 5999bdf..3d9e815 100755 --- a/PreferencesController.m +++ b/PreferencesController.m @@ -726,6 +726,10 @@ static PreferencesController *prefs = nil; } } + // Set the launch player checkbox state + ITDebugLog(@"Setting launch player with MenuTunes state."); + [launchPlayerAtLaunchCheckbox setState:[df boolForKey:@"LaunchPlayerWithMT"] ? NSOnState : NSOffState]; + // Setup the positioning controls // Setup effects controls diff --git a/libValidate.a b/libValidate.a index ac5a536..cd5e937 100755 Binary files a/libValidate.a and b/libValidate.a differ