diff options
| author | Jonathan Gordon <rockbox@jdgordon.info> | 2010-06-09 08:51:29 +0000 |
|---|---|---|
| committer | Jonathan Gordon <rockbox@jdgordon.info> | 2010-06-09 08:51:29 +0000 |
| commit | 10e24d22c40c294d224ff772d3e48d3d1ff3d8b8 (patch) | |
| tree | 53e77355bddf58cfb842b5c697f5bd982cbb9494 /apps/gui | |
| parent | 881a5b97591c4db883c681bc71b2a0565873cbc3 (diff) | |
| download | rockbox-10e24d22c40c294d224ff772d3e48d3d1ff3d8b8.zip rockbox-10e24d22c40c294d224ff772d3e48d3d1ff3d8b8.tar.gz rockbox-10e24d22c40c294d224ff772d3e48d3d1ff3d8b8.tar.bz2 rockbox-10e24d22c40c294d224ff772d3e48d3d1ff3d8b8.tar.xz | |
rename HAVE_PICTUREFLOW to HAVE_PICTUREFLOW_INTEGRATION to make it more clear what it is needed for
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26716 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/gui')
| -rw-r--r-- | apps/gui/wps.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/gui/wps.c b/apps/gui/wps.c index 939c7a4..33e9b21 100644 --- a/apps/gui/wps.c +++ b/apps/gui/wps.c @@ -841,7 +841,7 @@ long gui_wps_show(void) return GO_TO_ROOT; else if (retval == ONPLAY_PLAYLIST) return GO_TO_PLAYLIST_VIEWER; -#ifdef HAVE_PICTUREFLOW +#ifdef HAVE_PICTUREFLOW_INTEGRATION else if (retval == ONPLAY_PICTUREFLOW) return GO_TO_PICTUREFLOW; #endif |