git.ithinksw.org
/
MenuTunes.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Changing hotkeys in the prefs now writes to the prefs and rebuilds the menu.
[MenuTunes.git]
/
PreferencesController.m
diff --git
a/PreferencesController.m
b/PreferencesController.m
index
af1838b
..
5c9f059
100755
(executable)
--- 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];
}