From fad3ad6894bf0c8024f2925ac1d6f535170ae3b0 Mon Sep 17 00:00:00 2001 From: Jonathan Gordon Date: Sun, 8 Apr 2007 02:11:33 +0000 Subject: fix FS#6883 — Follow playlist override where the WPS leaves you when a playlist ends MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13064 a1c6a512-1295-4272-9138-f99709370657 --- apps/gui/gwps.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'apps/gui') diff --git a/apps/gui/gwps.c b/apps/gui/gwps.c index b43ff9d96c..24cf24dbe0 100644 --- a/apps/gui/gwps.c +++ b/apps/gui/gwps.c @@ -639,7 +639,8 @@ long gui_wps_show(void) #ifdef AB_REPEAT_ENABLE ab_reset_markers(); #endif - + if (global_settings.browse_current) + return GO_TO_PREVIOUS_BROWSER; return GO_TO_PREVIOUS; } -- cgit v1.2.3