From 734278b7d1fde5e177c6842f49c16b9df8c353fa Mon Sep 17 00:00:00 2001 From: Peter D'Hoye Date: Thu, 12 Apr 2007 21:28:58 +0000 Subject: [PATCH] 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 --- apps/playlist_viewer.c | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/playlist_viewer.c b/apps/playlist_viewer.c index e7558ea1ad..7d6bf2db2b 100644 --- a/apps/playlist_viewer.c +++ b/apps/playlist_viewer.c @@ -687,6 +687,7 @@ bool playlist_viewer_ex(char* filename) } switch (button) { + case ACTION_TREE_WPS: case ACTION_STD_CANCEL: exit = true; break;