From 743ecaded8d6ea579f82f86e976ec49d674a3c25 Mon Sep 17 00:00:00 2001 From: Barry Wardell Date: Sat, 30 Sep 2006 09:05:07 +0000 Subject: Fix bug introduced when support for the H10 Remote was added where pushing Play on the actual H10 itself would not resume playback. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11098 a1c6a512-1295-4272-9138-f99709370657 --- apps/keymaps/keymap-h10.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps') diff --git a/apps/keymaps/keymap-h10.c b/apps/keymaps/keymap-h10.c index 7cced51951..ead87b87fe 100644 --- a/apps/keymaps/keymap-h10.c +++ b/apps/keymaps/keymap-h10.c @@ -349,7 +349,7 @@ const struct button_mapping* get_context_mapping(int context) else return button_context_listtree_scroll_with_combo; case CONTEXT_CUSTOM|CONTEXT_TREE: - return remote_button_context_tree; + return button_context_tree; case CONTEXT_SETTINGS: return button_context_settings; -- cgit v1.2.3