From 5d5e10a2aad9b586ac2414069a06e265e1894ec6 Mon Sep 17 00:00:00 2001 From: David Radice Date: Wed, 8 Jan 2014 21:16:02 -0800 Subject: [PATCH] Switch shuffleOn and shuffleOff icons --- Source/MainPlayerToolbarController.m | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 {