summaryrefslogtreecommitdiff
path: root/apps/gui/wps.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/gui/wps.c')
-rw-r--r--apps/gui/wps.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/gui/wps.c b/apps/gui/wps.c
index fa97e50897..1fa159ec0f 100644
--- a/apps/gui/wps.c
+++ b/apps/gui/wps.c
@@ -841,6 +841,8 @@ long gui_wps_show(void)
841 return GO_TO_ROOT; 841 return GO_TO_ROOT;
842 else if (retval == ONPLAY_PLAYLIST) 842 else if (retval == ONPLAY_PLAYLIST)
843 return GO_TO_PLAYLIST_VIEWER; 843 return GO_TO_PLAYLIST_VIEWER;
844 else if (retval == ONPLAY_PICTUREFLOW)
845 return GO_TO_PICTUREFLOW;
844 restore = true; 846 restore = true;
845 } 847 }
846 break; 848 break;