summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--apps/keymaps/keymap-ipod.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/keymaps/keymap-ipod.c b/apps/keymaps/keymap-ipod.c
index ca52b6b216..e3a17fffba 100644
--- a/apps/keymaps/keymap-ipod.c
+++ b/apps/keymaps/keymap-ipod.c
@@ -114,7 +114,8 @@ static const struct button_mapping button_context_settings[] = {
114 114
115static const struct button_mapping button_context_yesno[] = { 115static const struct button_mapping button_context_yesno[] = {
116 { ACTION_YESNO_ACCEPT, BUTTON_SELECT, BUTTON_NONE }, 116 { ACTION_YESNO_ACCEPT, BUTTON_SELECT, BUTTON_NONE },
117 LAST_ITEM_IN_LIST 117 { ACTION_STD_CANCEL, BUTTON_PLAY, BUTTON_NONE },
118 LAST_ITEM_IN_LIST__NEXTLIST(CONTEXT_STD)
118}; /* button_context_yesno */ 119}; /* button_context_yesno */
119 120
120static const struct button_mapping button_context_bmark[] = { 121static const struct button_mapping button_context_bmark[] = {