diff --git a/Source/MainPlayerToolbarController.m b/Source/MainPlayerToolbarController.m index 8610ae5..b319c76 100644 --- a/Source/MainPlayerToolbarController.m +++ b/Source/MainPlayerToolbarController.m @@ -161,9 +161,9 @@ - (void) shuffleOptionChanged:(NSNotification *)notification { bool shuffleState = [[[notification userInfo] objectForKey:@"shuffleState"] boolValue]; if (shuffleState) - [_shuffleItem setImage:[NSImage imageNamed:@"shuffleOn"]]; - else [_shuffleItem setImage:[NSImage imageNamed:@"shuffleOff"]]; + else + [_shuffleItem setImage:[NSImage imageNamed:@"shuffleOn"]]; } - (void) volumeShouldChange:(id)sender {