summaryrefslogtreecommitdiff
path: root/apps/onplay.c
diff options
context:
space:
mode:
authorJonathan Gordon <rockbox@jdgordon.info>2010-06-09 09:00:42 +0000
committerJonathan Gordon <rockbox@jdgordon.info>2010-06-09 09:00:42 +0000
commitedf06dc0b2d7a8cc015f1b50d3994f861efd05aa (patch)
tree58fa50408f91637af3789975c9965f97b6b11588 /apps/onplay.c
parent10e24d22c40c294d224ff772d3e48d3d1ff3d8b8 (diff)
downloadrockbox-edf06dc0b2d7a8cc015f1b50d3994f861efd05aa.tar.gz
rockbox-edf06dc0b2d7a8cc015f1b50d3994f861efd05aa.zip
a few more HAVE_PICTUREFLOW_INTEGRATION
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26717 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/onplay.c')
-rw-r--r--apps/onplay.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/apps/onplay.c b/apps/onplay.c
index b2a540e2f0..915f48e479 100644
--- a/apps/onplay.c
+++ b/apps/onplay.c
@@ -929,6 +929,8 @@ static int ratingitem_callback(int action,const struct menu_item_ex *this_item)
929MENUITEM_FUNCTION(rating_item, 0, ID2P(LANG_MENU_SET_RATING), 929MENUITEM_FUNCTION(rating_item, 0, ID2P(LANG_MENU_SET_RATING),
930 set_rating_inline, NULL, 930 set_rating_inline, NULL,
931 ratingitem_callback, Icon_Questionmark); 931 ratingitem_callback, Icon_Questionmark);
932#endif
933#ifdef HAVE_PICTUREFLOW_INTEGRATION
932MENUITEM_RETURNVALUE(pictureflow_item, ID2P(LANG_ONPLAY_PICTUREFLOW), 934MENUITEM_RETURNVALUE(pictureflow_item, ID2P(LANG_ONPLAY_PICTUREFLOW),
933 GO_TO_PICTUREFLOW, NULL, Icon_NOICON); 935 GO_TO_PICTUREFLOW, NULL, Icon_NOICON);
934#endif 936#endif
@@ -1134,7 +1136,7 @@ MAKE_ONPLAYMENU( wps_onplay_menu, ID2P(LANG_ONPLAY_MENU_TITLE),
1134 &rating_item, 1136 &rating_item,
1135#endif 1137#endif
1136 &bookmark_menu, 1138 &bookmark_menu,
1137#ifdef HAVE_TAGCACHE 1139#ifdef HAVE_PICTUREFLOW_INTEGRATION
1138 &pictureflow_item, 1140 &pictureflow_item,
1139#endif 1141#endif
1140 &browse_id3_item, &list_viewers_item, 1142 &browse_id3_item, &list_viewers_item,