From 881a5b97591c4db883c681bc71b2a0565873cbc3 Mon Sep 17 00:00:00 2001 From: Jonathan Gordon Date: Wed, 9 Jun 2010 08:14:41 +0000 Subject: reclaim most of the delta from the pictureflow commit git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26715 a1c6a512-1295-4272-9138-f99709370657 --- apps/gui/wps.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'apps/gui') 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) return GO_TO_ROOT; else if (retval == ONPLAY_PLAYLIST) return GO_TO_PLAYLIST_VIEWER; +#ifdef HAVE_PICTUREFLOW else if (retval == ONPLAY_PICTUREFLOW) return GO_TO_PICTUREFLOW; +#endif restore = true; } break; -- cgit v1.2.3