From ff469ab5733133bfaf8b1c1925be8bdefdb6212c Mon Sep 17 00:00:00 2001 From: Jonathan Gordon Date: Wed, 28 May 2008 10:55:39 +0000 Subject: 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 --- apps/keymaps/keymap-e200.c | 1 + 1 file changed, 1 insertion(+) (limited to 'apps/keymaps/keymap-e200.c') diff --git a/apps/keymaps/keymap-e200.c b/apps/keymaps/keymap-e200.c index 1c11f3f917..e51ca7c5e2 100644 --- a/apps/keymaps/keymap-e200.c +++ b/apps/keymaps/keymap-e200.c @@ -293,6 +293,7 @@ const struct button_mapping* get_context_mapping(int context) case CONTEXT_CUSTOM|CONTEXT_SETTINGS: case CONTEXT_SETTINGS_COLOURCHOOSER: case CONTEXT_SETTINGS_EQ: + case CONTEXT_SETTINGS_RECTRIGGER: return button_context_settings_right_is_inc; case CONTEXT_SETTINGS_TIME: -- cgit v1.2.3