From e6cbad69745455d0ad23004c609a909a2cdabcf4 Mon Sep 17 00:00:00 2001 From: Thomas Martitz Date: Fri, 10 Apr 2009 17:28:26 +0000 Subject: FS#10075 - FUZE: QUIT Plugin by selecting BUTTON_HOME by Johannes Schwarz. Updates the plugin keymap to use Long Home to exit plugins to be more inline with the core keymap. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20680 a1c6a512-1295-4272-9138-f99709370657 --- apps/plugins/stopwatch.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/plugins/stopwatch.c') diff --git a/apps/plugins/stopwatch.c b/apps/plugins/stopwatch.c index 1b6a148caa..19ccc5006d 100644 --- a/apps/plugins/stopwatch.c +++ b/apps/plugins/stopwatch.c @@ -123,7 +123,7 @@ PLUGIN_HEADER #define STOPWATCH_SCROLL_DOWN BUTTON_DOWN #elif (CONFIG_KEYPAD == SANSA_FUZE_PAD) -#define STOPWATCH_QUIT BUTTON_POWER +#define STOPWATCH_QUIT (BUTTON_HOME|BUTTON_REPEAT) #define STOPWATCH_START_STOP BUTTON_RIGHT #define STOPWATCH_RESET_TIMER BUTTON_LEFT #define STOPWATCH_LAP_TIMER BUTTON_SELECT -- cgit v1.2.3