summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLinus Nielsen Feltzing <linus@haxx.se>2006-10-09 07:52:27 +0000
committerLinus Nielsen Feltzing <linus@haxx.se>2006-10-09 07:52:27 +0000
commit56f50615c0b609654cce3a6faa4a14faf5d715ab (patch)
treee2b316bcce37471b935056caa832db73e0652cff
parentd8dda93268ee39e320b4e5ba47bb833467f02678 (diff)
downloadrockbox-56f50615c0b609654cce3a6faa4a14faf5d715ab.tar.gz
rockbox-56f50615c0b609654cce3a6faa4a14faf5d715ab.zip
Add the bookmark context to the X5 keymap
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11156 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r--apps/keymaps/keymap-x5.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/keymaps/keymap-x5.c b/apps/keymaps/keymap-x5.c
index 52b702cedc..8c41eace3e 100644
--- a/apps/keymaps/keymap-x5.c
+++ b/apps/keymaps/keymap-x5.c
@@ -361,6 +361,8 @@ const struct button_mapping* get_context_mapping( int context )
361 return button_context_recscreen; 361 return button_context_recscreen;
362 case CONTEXT_KEYBOARD: 362 case CONTEXT_KEYBOARD:
363 return button_context_keyboard; 363 return button_context_keyboard;
364 case CONTEXT_BOOKMARKSCREEN:
365 return button_context_bmark;
364 case CONTEXT_FM: 366 case CONTEXT_FM:
365 return button_context_radio; 367 return button_context_radio;
366 368