1
0
Fork 0
forked from len0rd/rockbox

Fix returning to wps from a plugin.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29463 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Thomas Martitz 2011-02-28 14:38:18 +00:00
parent 224c8262ee
commit cbb68d41fe

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