From d65ffcbdedeb30c8dbdac7aeb30afc236e238776 Mon Sep 17 00:00:00 2001 From: jethead71 Date: Thu, 5 Feb 2009 20:00:29 +0000 Subject: [PATCH] Gigabeat S: Fix the Yes/No screen 'Yes' buttons. r19909 got them wrong and broke the main one. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19928 a1c6a512-1295-4272-9138-f99709370657 --- apps/keymaps/keymap-gigabeat-s.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/keymaps/keymap-gigabeat-s.c b/apps/keymaps/keymap-gigabeat-s.c index c6c7ddbf4..f431f5fc0 100644 --- a/apps/keymaps/keymap-gigabeat-s.c +++ b/apps/keymaps/keymap-gigabeat-s.c @@ -194,7 +194,7 @@ static const struct button_mapping button_context_settings_right_is_inc[] = { }; /* button_context_settingsgraphical */ static const struct button_mapping button_context_yesno[] = { - { ACTION_YESNO_ACCEPT, BUTTON_SELECT|BUTTON_REL, BUTTON_SELECT }, + { ACTION_YESNO_ACCEPT, BUTTON_SELECT, BUTTON_NONE }, LAST_ITEM_IN_LIST__NEXTLIST(CONTEXT_STD) }; /* button_context_settings_yesno */ @@ -414,7 +414,7 @@ static const struct button_mapping remote_button_context_bmark[] = { }; /* remote_button_context_bmark */ static const struct button_mapping remote_button_context_yesno[] = { - { ACTION_YESNO_ACCEPT, BUTTON_RC_PLAY|BUTTON_REL, BUTTON_RC_PLAY }, + { ACTION_YESNO_ACCEPT, BUTTON_RC_PLAY, BUTTON_NONE }, LAST_ITEM_IN_LIST__NEXTLIST(CONTEXT_STD) }; /* button_context_settings_yesno */ -- 2.11.4.GIT