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:
Thomas Martitz 2011-02-28 14:41:30 +00:00
parent a1d157ba1e
commit bd4f3c9c60

View file

@ -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;
}