mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-13 18:17:39 -04:00
Backport r29463: Fix returning to wps from a plugin.
git-svn-id: svn://svn.rockbox.org/rockbox/branches/v3_8@29464 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
a1d157ba1e
commit
bd4f3c9c60
1 changed files with 2 additions and 1 deletions
|
@ -324,7 +324,8 @@ static int miscscrn(void * param)
|
|||
switch (result)
|
||||
{
|
||||
case GO_TO_PLAYLIST_VIEWER:
|
||||
return GO_TO_PLAYLIST_VIEWER;
|
||||
case GO_TO_WPS:
|
||||
return result;
|
||||
default:
|
||||
return GO_TO_ROOT;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue