From d871ff8cce9afe8437f7b51f4cd853018abd9924 Mon Sep 17 00:00:00 2001 From: Jonathan Gordon Date: Wed, 9 Jun 2010 04:25:41 +0000 Subject: FS#11270 by Chris Savery - WPS integration for pictureflow git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26710 a1c6a512-1295-4272-9138-f99709370657 --- apps/gui/wps.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'apps/gui/wps.c') 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) return GO_TO_ROOT; else if (retval == ONPLAY_PLAYLIST) return GO_TO_PLAYLIST_VIEWER; + else if (retval == ONPLAY_PICTUREFLOW) + return GO_TO_PICTUREFLOW; restore = true; } break; -- cgit v1.2.3