summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2002-09-04 11:23:15 +0000
committerDaniel Stenberg <daniel@haxx.se>2002-09-04 11:23:15 +0000
commitdb6242c719be17af57f8fdace2f28d107afe9288 (patch)
treecd30251015c9c83b910d2354910f590d71e859ec /apps
parent00b7b2cff5066b4e094bb15c1271439cab4ae1cb (diff)
downloadrockbox-db6242c719be17af57f8fdace2f28d107afe9288.tar.gz
rockbox-db6242c719be17af57f8fdace2f28d107afe9288.zip
make the RIGHT button release work again
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2171 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps')
-rw-r--r--apps/wps.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/wps.c b/apps/wps.c
index 2368a578ef..0313fb7e70 100644
--- a/apps/wps.c
+++ b/apps/wps.c
@@ -877,7 +877,7 @@ int wps_show(void)
877 /* next */ 877 /* next */
878 case BUTTON_RIGHT | BUTTON_REL: 878 case BUTTON_RIGHT | BUTTON_REL:
879#ifdef HAVE_RECORDER_KEYPAD 879#ifdef HAVE_RECORDER_KEYPAD
880 if ( lastbutton != BUTTON_LEFT ) 880 if ( lastbutton != BUTTON_RIGHT )
881 break; 881 break;
882#endif 882#endif
883 mpeg_next(); 883 mpeg_next();