summaryrefslogtreecommitdiff
path: root/apps/plugins
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins')
-rw-r--r--apps/plugins/SOURCES2
-rw-r--r--apps/plugins/wormlet.c2
2 files changed, 1 insertions, 3 deletions
diff --git a/apps/plugins/SOURCES b/apps/plugins/SOURCES
index 5eba2c4856..b7afa811e9 100644
--- a/apps/plugins/SOURCES
+++ b/apps/plugins/SOURCES
@@ -64,9 +64,7 @@ tetrox.c
64video.c 64video.c
65#endif 65#endif
66vu_meter.c 66vu_meter.c
67#if CONFIG_KEYPAD != IPOD_3G_PAD
68wormlet.c 67wormlet.c
69#endif
70 68
71#ifdef CONFIG_RTC 69#ifdef CONFIG_RTC
72clock.c 70clock.c
diff --git a/apps/plugins/wormlet.c b/apps/plugins/wormlet.c
index c23a7ea4af..e4efa8ff28 100644
--- a/apps/plugins/wormlet.c
+++ b/apps/plugins/wormlet.c
@@ -73,7 +73,7 @@ PLUGIN_HEADER
73#define PLAYERS_TEXT "UP/DN" 73#define PLAYERS_TEXT "UP/DN"
74#define WORMS_TEXT "L/R" 74#define WORMS_TEXT "L/R"
75 75
76#elif (CONFIG_KEYPAD == IPOD_4G_PAD) 76#elif (CONFIG_KEYPAD == IPOD_3G_PAD) || (CONFIG_KEYPAD == IPOD_4G_PAD)
77 77
78#define BTN_DIR_UP BUTTON_MENU 78#define BTN_DIR_UP BUTTON_MENU
79#define BTN_DIR_DOWN BUTTON_PLAY 79#define BTN_DIR_DOWN BUTTON_PLAY