summaryrefslogtreecommitdiff
path: root/apps/keymaps/keymap-h1x0_h3x0.c
diff options
context:
space:
mode:
authorJonathan Gordon <rockbox@jdgordon.info>2008-05-28 10:55:39 +0000
committerJonathan Gordon <rockbox@jdgordon.info>2008-05-28 10:55:39 +0000
commitff469ab5733133bfaf8b1c1925be8bdefdb6212c (patch)
tree9099d834698d773003929906cbfd22288f041e09 /apps/keymaps/keymap-h1x0_h3x0.c
parent0f7f5f2267dd7447466f28946d57597b1c0b78c7 (diff)
downloadrockbox-ff469ab5733133bfaf8b1c1925be8bdefdb6212c.tar.gz
rockbox-ff469ab5733133bfaf8b1c1925be8bdefdb6212c.zip
Updated recording trigger screen (seems to be a feature almost noone uses?)
problems/complaints in http://forums.rockbox.org/index.php?topic=16837.0 there is a known issue that on this screen the stop icon wont update, I dont know why and noone else wants to look at it, so hopefully this will force another set of eyes on it.. this is only a graphical issue... recordings still work fine git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17643 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/keymaps/keymap-h1x0_h3x0.c')
-rw-r--r--apps/keymaps/keymap-h1x0_h3x0.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/keymaps/keymap-h1x0_h3x0.c b/apps/keymaps/keymap-h1x0_h3x0.c
index f674e2cab7..37c08824c0 100644
--- a/apps/keymaps/keymap-h1x0_h3x0.c
+++ b/apps/keymaps/keymap-h1x0_h3x0.c
@@ -889,6 +889,7 @@ static const struct button_mapping* get_context_mapping_remote(int context)
889 case CONTEXT_CUSTOM|CONTEXT_TREE: 889 case CONTEXT_CUSTOM|CONTEXT_TREE:
890 return remote_btn_ctxt_tree; 890 return remote_btn_ctxt_tree;
891 case CONTEXT_SETTINGS_TIME: 891 case CONTEXT_SETTINGS_TIME:
892 case CONTEXT_SETTINGS_RECTRIGGER:
892 return remote_btn_ctxt_settingsgrph; 893 return remote_btn_ctxt_settingsgrph;
893 894
894 case CONTEXT_SETTINGS: 895 case CONTEXT_SETTINGS:
@@ -939,6 +940,7 @@ const struct button_mapping* get_context_mapping(int context)
939 case CONTEXT_SETTINGS: 940 case CONTEXT_SETTINGS:
940 return button_context_settings; 941 return button_context_settings;
941 case CONTEXT_CUSTOM|CONTEXT_SETTINGS: 942 case CONTEXT_CUSTOM|CONTEXT_SETTINGS:
943 case CONTEXT_SETTINGS_RECTRIGGER:
942 return button_context_settings_right_is_inc; 944 return button_context_settings_right_is_inc;
943 945
944 case CONTEXT_SETTINGS_COLOURCHOOSER: 946 case CONTEXT_SETTINGS_COLOURCHOOSER: