From 1ad76ff25be3f86b9467fc6f4171dbf6895b419c Mon Sep 17 00:00:00 2001 From: Jeffrey Goode Date: Sun, 9 May 2010 02:02:51 +0000 Subject: 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 --- apps/tree.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'apps/tree.c') 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() break; #endif - case ACTION_STD_CONTEXT: case ACTION_TREE_HOTKEY: + if (!global_settings.hotkey_tree) + break; + /* fall through */ + case ACTION_STD_CONTEXT: { bool hotkey = button == ACTION_TREE_HOTKEY; int onplay_result; -- cgit v1.2.3