X-Git-Url: http://git.ithinksw.org/MenuTunes.git/blobdiff_plain/dc12efe565e9c8735a2a4eb8aa32f19ee1f23819..701d53006945f9cf890e9b3d554f493d81f66640:/PreferencesController.m diff --git a/PreferencesController.m b/PreferencesController.m index af1838b..5c9f059 100755 --- a/PreferencesController.m +++ b/PreferencesController.m @@ -459,6 +459,8 @@ static PreferencesController *prefs = nil; toggleShuffleCombo = [combo copy]; [toggleShuffleButton setTitle:string]; } + [df setKeyCombo:combo forKey:setHotKey]; + [controller rebuildMenu]; [self cancelHotKey:sender]; }