summaryrefslogtreecommitdiff
path: root/apps/gui/gwps.c
diff options
context:
space:
mode:
authorLinus Nielsen Feltzing <linus@haxx.se>2006-08-16 13:03:50 +0000
committerLinus Nielsen Feltzing <linus@haxx.se>2006-08-16 13:03:50 +0000
commit75765df6df134c718189125073806bfb4a1512b1 (patch)
treecff35de9a199cf74fa85e3c5bcfbef5d10543b75 /apps/gui/gwps.c
parent4902996148438dd82fbe86b06e15b7b9a6dd9ece (diff)
Prevent accidental track skip when entering the WPS
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10610 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/gui/gwps.c')
-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 bd9bb5e07b..2b80172ad4 100644
--- a/apps/gui/gwps.c
+++ b/apps/gui/gwps.c
@@ -91,6 +91,8 @@ long gui_wps_show(void)
bool update_track = false;
int i;
+ action_signalscreenchange();
+
wps_state_init();
#ifdef HAVE_LCD_CHARCELLS