summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
authorMarc Guay <marcguay@rockbox.org>2008-07-07 05:17:15 +0000
committerMarc Guay <marcguay@rockbox.org>2008-07-07 05:17:15 +0000
commit2bfcb95fea318192e62275b8a8e4c21513dbf313 (patch)
tree8ba515ac9bb3a5fe19df60b49f78ce93ac3e02c6 /apps
parenta5ed793fe1a41027dce5454716dc0dac6679b8b7 (diff)
downloadrockbox-2bfcb95fea318192e62275b8a8e4c21513dbf313.tar.gz
rockbox-2bfcb95fea318192e62275b8a8e4c21513dbf313.zip
Clean up the A-B repeat keymaps and add a note to gwps.c describing the ACTION_WPSAB_SINGLE #define. The Archos Player keypresses remain at large - if you have any info on their whereabouts please contact your local law enforcement.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17974 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps')
-rw-r--r--apps/gui/gwps.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/gui/gwps.c b/apps/gui/gwps.c
index a7c5295f48..c654b3b757 100644
--- a/apps/gui/gwps.c
+++ b/apps/gui/gwps.c
@@ -238,6 +238,8 @@ long gui_wps_show(void)
238 from F1 */ 238 from F1 */
239 if (!audio_status()) 239 if (!audio_status())
240 exit = true; 240 exit = true;
241/* The iPods/X5/M5 use a single button for the A-B mode markers,
242 defined as ACTION_WPSAB_SINGLE in their config files. */
241#ifdef ACTION_WPSAB_SINGLE 243#ifdef ACTION_WPSAB_SINGLE
242 if (!global_settings.party_mode && ab_repeat_mode_enabled()) 244 if (!global_settings.party_mode && ab_repeat_mode_enabled())
243 { 245 {