Consistency fix: pressing play (on) button also takes you to the WPS just like elsewhere. Fixes FS #6743

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13135 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Peter D'Hoye 2007-04-12 21:28:58 +00:00
parent ddf83009a1
commit 734278b7d1

View file

@ -687,6 +687,7 @@ bool playlist_viewer_ex(char* filename)
} }
switch (button) switch (button)
{ {
case ACTION_TREE_WPS:
case ACTION_STD_CANCEL: case ACTION_STD_CANCEL:
exit = true; exit = true;
break; break;