diff options
| author | Daniel Stenberg <daniel@haxx.se> | 2002-09-04 11:23:15 +0000 |
|---|---|---|
| committer | Daniel Stenberg <daniel@haxx.se> | 2002-09-04 11:23:15 +0000 |
| commit | db6242c719be17af57f8fdace2f28d107afe9288 (patch) | |
| tree | cd30251015c9c83b910d2354910f590d71e859ec | |
| parent | 00b7b2cff5066b4e094bb15c1271439cab4ae1cb (diff) | |
| download | rockbox-db6242c719be17af57f8fdace2f28d107afe9288.zip rockbox-db6242c719be17af57f8fdace2f28d107afe9288.tar.gz rockbox-db6242c719be17af57f8fdace2f28d107afe9288.tar.bz2 rockbox-db6242c719be17af57f8fdace2f28d107afe9288.tar.xz | |
make the RIGHT button release work again
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2171 a1c6a512-1295-4272-9138-f99709370657
| -rw-r--r-- | apps/wps.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -877,7 +877,7 @@ int wps_show(void) /* next */ case BUTTON_RIGHT | BUTTON_REL: #ifdef HAVE_RECORDER_KEYPAD - if ( lastbutton != BUTTON_LEFT ) + if ( lastbutton != BUTTON_RIGHT ) break; #endif mpeg_next(); |