summaryrefslogtreecommitdiff
path: root/apps/gui/gwps.c
diff options
context:
space:
mode:
authorMiika Pekkarinen <miipekk@ihme.org>2006-04-06 09:01:30 +0000
committerMiika Pekkarinen <miipekk@ihme.org>2006-04-06 09:01:30 +0000
commit6b7dff6e77423b6a5515948cba311557a4fcce0b (patch)
treed56b3debafdbc20ef57199b6465b3a251f2fbc4e /apps/gui/gwps.c
parente3c21065fc8e5592cb97d1f235793610301133c0 (diff)
downloadrockbox-6b7dff6e77423b6a5515948cba311557a4fcce0b.tar.gz
rockbox-6b7dff6e77423b6a5515948cba311557a4fcce0b.zip
Do not stop playback until stop button has been released or shutdown
triggered. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9532 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 a43f2e41fd..900074a249 100644
--- a/apps/gui/gwps.c
+++ b/apps/gui/gwps.c
@@ -691,6 +691,7 @@ long gui_wps_show(void)
691# ifdef WPS_EXIT_PRE 691# ifdef WPS_EXIT_PRE
692 if (lastbutton != WPS_EXIT_PRE) 692 if (lastbutton != WPS_EXIT_PRE)
693 break; 693 break;
694 case WPS_EXIT_PRE:
694# endif 695# endif
695 if (global_settings.party_mode) 696 if (global_settings.party_mode)
696 break; 697 break;
@@ -700,6 +701,7 @@ long gui_wps_show(void)
700#ifdef WPS_RC_EXIT_PRE 701#ifdef WPS_RC_EXIT_PRE
701 if (lastbutton != WPS_RC_EXIT_PRE) 702 if (lastbutton != WPS_RC_EXIT_PRE)
702 break; 703 break;
704 case WPS_RC_EXIT_PRE:
703#endif 705#endif
704 if (global_settings.party_mode) 706 if (global_settings.party_mode)
705 break; 707 break;