summaryrefslogtreecommitdiff
path: root/apps/tree.c
diff options
context:
space:
mode:
authorJeffrey Goode <jeffg7@gmail.com>2010-05-09 02:02:51 +0000
committerJeffrey Goode <jeffg7@gmail.com>2010-05-09 02:02:51 +0000
commit1ad76ff25be3f86b9467fc6f4171dbf6895b419c (patch)
treee679a66806c1a89343a29324dd2a6bc860d4a86d /apps/tree.c
parent8d3553489f1dd44b9dd3b7493489e9ec03f387be (diff)
downloadrockbox-1ad76ff25be3f86b9467fc6f4171dbf6895b419c.tar.gz
rockbox-1ad76ff25be3f86b9467fc6f4171dbf6895b419c.zip
FS#11250: Hotkey setting method changed to menu item vs button pres in context menu. Manuals updated to match.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25905 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/tree.c')
-rw-r--r--apps/tree.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/apps/tree.c b/apps/tree.c
index 204ebb9ff5..dde4b57b8a 100644
--- a/apps/tree.c
+++ b/apps/tree.c
@@ -755,8 +755,11 @@ static int dirbrowse()
755 break; 755 break;
756#endif 756#endif
757 757
758 case ACTION_STD_CONTEXT:
759 case ACTION_TREE_HOTKEY: 758 case ACTION_TREE_HOTKEY:
759 if (!global_settings.hotkey_tree)
760 break;
761 /* fall through */
762 case ACTION_STD_CONTEXT:
760 { 763 {
761 bool hotkey = button == ACTION_TREE_HOTKEY; 764 bool hotkey = button == ACTION_TREE_HOTKEY;
762 int onplay_result; 765 int onplay_result;