Fixed launch player with MenuTunes checkbox in prefs.
authorKent Sutherland <ksuther@ithinksw.com>
Wed, 1 Oct 2003 20:33:54 +0000 (20:33 +0000)
committerKent Sutherland <ksuther@ithinksw.com>
Wed, 1 Oct 2003 20:33:54 +0000 (20:33 +0000)
PreferencesController.m
libValidate.a

index 5999bdf..3d9e815 100755 (executable)
@@ -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
index ac5a536..cd5e937 100755 (executable)
Binary files a/libValidate.a and b/libValidate.a differ