summaryrefslogtreecommitdiff
path: root/apps/gui
diff options
context:
space:
mode:
Diffstat (limited to 'apps/gui')
-rw-r--r--apps/gui/wps.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/gui/wps.c b/apps/gui/wps.c
index 939c7a4161..33e9b2167f 100644
--- a/apps/gui/wps.c
+++ b/apps/gui/wps.c
@@ -841,7 +841,7 @@ 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#ifdef HAVE_PICTUREFLOW 844#ifdef HAVE_PICTUREFLOW_INTEGRATION
845 else if (retval == ONPLAY_PICTUREFLOW) 845 else if (retval == ONPLAY_PICTUREFLOW)
846 return GO_TO_PICTUREFLOW; 846 return GO_TO_PICTUREFLOW;
847#endif 847#endif