From a234ed8ce2792afd03b76870668b4f98041e276d Mon Sep 17 00:00:00 2001 From: Jens Arnold Date: Wed, 22 Feb 2006 22:42:04 +0000 Subject: iAudio has no BUTTON_SELECT. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8792 a1c6a512-1295-4272-9138-f99709370657 --- apps/plugins/plasma.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/plugins/plasma.c b/apps/plugins/plasma.c index 668cff0..71039f8 100644 --- a/apps/plugins/plasma.c +++ b/apps/plugins/plasma.c @@ -63,7 +63,7 @@ static int plasma_frequency; #ifdef HAVE_LCD_COLOR #if CONFIG_KEYPAD == IAUDIO_X5_PAD -#define PLASMA_REGEN_COLORS BUTTON_SELECT +#define PLASMA_REGEN_COLORS BUTTON_PLAY #elif CONFIG_KEYPAD == IPOD_4G_PAD #define PLASMA_REGEN_COLORS BUTTON_SELECT #elif CONFIG_KEYPAD == IRIVER_H300_PAD -- cgit v1.1