diff options
| author | Jonathan Gordon <rockbox@jdgordon.info> | 2010-06-09 08:14:41 +0000 |
|---|---|---|
| committer | Jonathan Gordon <rockbox@jdgordon.info> | 2010-06-09 08:14:41 +0000 |
| commit | 881a5b97591c4db883c681bc71b2a0565873cbc3 (patch) | |
| tree | 583f453ed3b23b9f3352fedb2cbd2ba6a6f15ff4 /apps/gui | |
| parent | ceddd2f1e87fd884d9a9af59b20e47353085dff5 (diff) | |
| download | rockbox-881a5b97591c4db883c681bc71b2a0565873cbc3.zip rockbox-881a5b97591c4db883c681bc71b2a0565873cbc3.tar.gz rockbox-881a5b97591c4db883c681bc71b2a0565873cbc3.tar.bz2 rockbox-881a5b97591c4db883c681bc71b2a0565873cbc3.tar.xz | |
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.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/gui/wps.c b/apps/gui/wps.c index 1fa159e..939c7a4 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; |