From 03f1e47c884a55abfcb7f0603c7bd813fc0e4232 Mon Sep 17 00:00:00 2001 From: Mathias Bynens Date: Mon, 6 Aug 2012 17:24:52 +0200 Subject: .osx: Update some iTunes tweaks to work with iTunes 10.6.3 Ref. #114. Thanks to @mourawaldson for the heads-up! --- .osx | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to '.osx') diff --git a/.osx b/.osx index 1d979c3..77b1879 100755 --- a/.osx +++ b/.osx @@ -327,11 +327,8 @@ defaults write com.apple.dashboard devmode -bool true # Enable the debug menu in iCal (pre-10.8) defaults write com.apple.iCal IncludeDebugMenu -bool true -# Make the iTunes arrow links go to your library instead of the iTunes Store -defaults write com.apple.iTunes invertStoreLinks -bool true - -# Disable the iTunes arrow links completely -defaults write com.apple.iTunes show-store-arrow-links -bool false +# Disable the iTunes store link arrows +defaults write com.apple.iTunes show-store-link-arrows -bool false # Disable the Ping sidebar in iTunes defaults write com.apple.iTunes disablePingSidebar -bool true -- cgit v1.2.3