summaryrefslogtreecommitdiff
path: root/apps/gui/wps.c
diff options
context:
space:
mode:
authorJonathan Gordon <rockbox@jdgordon.info>2010-06-09 04:25:41 +0000
committerJonathan Gordon <rockbox@jdgordon.info>2010-06-09 04:25:41 +0000
commitd871ff8cce9afe8437f7b51f4cd853018abd9924 (patch)
tree58f4372df6559179a790d499075972a6ce70dc71 /apps/gui/wps.c
parent159612829648740f4b64accb9794c091b01bca58 (diff)
downloadrockbox-d871ff8cce9afe8437f7b51f4cd853018abd9924.tar.gz
rockbox-d871ff8cce9afe8437f7b51f4cd853018abd9924.zip
FS#11270 by Chris Savery - WPS integration for pictureflow
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26710 a1c6a512-1295-4272-9138-f99709370657
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;