summaryrefslogtreecommitdiff
path: root/apps/gui
diff options
context:
space:
mode:
authorJonathan Gordon <rockbox@jdgordon.info>2010-06-09 08:14:41 +0000
committerJonathan Gordon <rockbox@jdgordon.info>2010-06-09 08:14:41 +0000
commit881a5b97591c4db883c681bc71b2a0565873cbc3 (patch)
tree583f453ed3b23b9f3352fedb2cbd2ba6a6f15ff4 /apps/gui
parentceddd2f1e87fd884d9a9af59b20e47353085dff5 (diff)
downloadrockbox-881a5b97591c4db883c681bc71b2a0565873cbc3.tar.gz
rockbox-881a5b97591c4db883c681bc71b2a0565873cbc3.zip
reclaim most of the delta from the pictureflow commit
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26715 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/gui')
-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 1fa159ec0f..939c7a4161 100644
--- a/apps/gui/wps.c
+++ b/apps/gui/wps.c
@@ -841,8 +841,10 @@ 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 else if (retval == ONPLAY_PICTUREFLOW) 845 else if (retval == ONPLAY_PICTUREFLOW)
845 return GO_TO_PICTUREFLOW; 846 return GO_TO_PICTUREFLOW;
847#endif
846 restore = true; 848 restore = true;
847 } 849 }
848 break; 850 break;