diff options
author | Magnus Holmgren <magnushol@gmail.com> | 2007-05-26 10:44:38 +0000 |
---|---|---|
committer | Magnus Holmgren <magnushol@gmail.com> | 2007-05-26 10:44:38 +0000 |
commit | e676b814e88922f361e91181b3d299931b03ff67 (patch) | |
tree | 72e4fa0cdbf814c79f13590067036c00d410c439 /apps/keymaps/keymap-ipod.c | |
parent | 1186c18c3aed23b8c0d2964084b33bf40ab4ae86 (diff) |
FS#7158 - Bookmark selection as a list.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13495 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/keymaps/keymap-ipod.c')
-rw-r--r-- | apps/keymaps/keymap-ipod.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/apps/keymaps/keymap-ipod.c b/apps/keymaps/keymap-ipod.c index 4e0fc1b862..b05db02aae 100644 --- a/apps/keymaps/keymap-ipod.c +++ b/apps/keymaps/keymap-ipod.c @@ -117,9 +117,7 @@ static const struct button_mapping button_context_yesno[] = { static const struct button_mapping button_context_bmark[] = { { ACTION_BMS_DELETE, BUTTON_MENU|BUTTON_REPEAT, BUTTON_MENU }, - { ACTION_BMS_SELECT, BUTTON_SELECT, BUTTON_NONE }, - { ACTION_BMS_EXIT, BUTTON_PLAY, BUTTON_NONE }, - LAST_ITEM_IN_LIST__NEXTLIST(CONTEXT_SETTINGS), + LAST_ITEM_IN_LIST__NEXTLIST(CONTEXT_LIST), }; /* button_context_settings_bmark */ static const struct button_mapping button_context_quickscreen[] = { |