summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Heiner <jheiner@rockbox.org>2002-08-27 06:32:53 +0000
committerJustin Heiner <jheiner@rockbox.org>2002-08-27 06:32:53 +0000
commit415a2e76f5141cae29f7d732a853a246ba4e0d0f (patch)
tree6ca546091ded28e653009f8630c46740481f9403
parenta7a46c70ddec4930945b7ebb484b379952962a0b (diff)
downloadrockbox-415a2e76f5141cae29f7d732a853a246ba4e0d0f.zip
rockbox-415a2e76f5141cae29f7d732a853a246ba4e0d0f.tar.gz
rockbox-415a2e76f5141cae29f7d732a853a246ba4e0d0f.tar.bz2
rockbox-415a2e76f5141cae29f7d732a853a246ba4e0d0f.tar.xz
Fixed a little problem coming out of the Player's ID3 info screen. You had to press menu twice to get to the menu
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1991 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r--apps/wps.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/wps.c b/apps/wps.c
index 55aa531..7f54d1a 100644
--- a/apps/wps.c
+++ b/apps/wps.c
@@ -1027,7 +1027,7 @@ int wps_show(void)
break;
}
lcd_stop_scroll();
- dont_go_to_menu = true;
+ dont_go_to_menu = false;
menu_button_is_down = false;
lcd_icon(ICON_PARAM, true);
lcd_icon(ICON_AUDIO, true);