diff options
| author | Jonathan Gordon <rockbox@jdgordon.info> | 2008-05-28 10:55:39 +0000 |
|---|---|---|
| committer | Jonathan Gordon <rockbox@jdgordon.info> | 2008-05-28 10:55:39 +0000 |
| commit | ff469ab5733133bfaf8b1c1925be8bdefdb6212c (patch) | |
| tree | 9099d834698d773003929906cbfd22288f041e09 /apps/keymaps/keymap-h10.c | |
| parent | 0f7f5f2267dd7447466f28946d57597b1c0b78c7 (diff) | |
| download | rockbox-ff469ab5733133bfaf8b1c1925be8bdefdb6212c.zip rockbox-ff469ab5733133bfaf8b1c1925be8bdefdb6212c.tar.gz rockbox-ff469ab5733133bfaf8b1c1925be8bdefdb6212c.tar.bz2 rockbox-ff469ab5733133bfaf8b1c1925be8bdefdb6212c.tar.xz | |
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-h10.c')
| -rw-r--r-- | apps/keymaps/keymap-h10.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/keymaps/keymap-h10.c b/apps/keymaps/keymap-h10.c index 2ea934b..a264b8a 100644 --- a/apps/keymaps/keymap-h10.c +++ b/apps/keymaps/keymap-h10.c @@ -391,6 +391,7 @@ const struct button_mapping* get_context_mapping(int context) case CONTEXT_SETTINGS_COLOURCHOOSER: case CONTEXT_SETTINGS_EQ: case CONTEXT_SETTINGS_TIME: + case CONTEXT_SETTINGS_RECTRIGGER: return button_context_settings_right_is_inc; case CONTEXT_YESNOSCREEN: |