summaryrefslogtreecommitdiff
path: root/apps/onplay.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/onplay.c')
-rw-r--r--apps/onplay.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/onplay.c b/apps/onplay.c
index 091680e949..f44d339246 100644
--- a/apps/onplay.c
+++ b/apps/onplay.c
@@ -69,6 +69,7 @@ static int context;
69static const char *selected_file = NULL; 69static const char *selected_file = NULL;
70static int selected_file_attr = 0; 70static int selected_file_attr = 0;
71static int onplay_result = ONPLAY_OK; 71static int onplay_result = ONPLAY_OK;
72extern struct menu_item_ex file_menu; /* settings_menu.c */
72 73
73/* redefine MAKE_MENU so the MENU_EXITAFTERTHISMENU flag can be added easily */ 74/* redefine MAKE_MENU so the MENU_EXITAFTERTHISMENU flag can be added easily */
74#define MAKE_ONPLAYMENU( name, str, callback, icon, ... ) \ 75#define MAKE_ONPLAYMENU( name, str, callback, icon, ... ) \
@@ -1397,7 +1398,7 @@ MAKE_ONPLAYMENU( tree_onplay_menu, ID2P(LANG_ONPLAY_MENU_TITLE),
1397#ifdef HAVE_RECORDING 1398#ifdef HAVE_RECORDING
1398 &set_recdir_item, 1399 &set_recdir_item,
1399#endif 1400#endif
1400 &set_startdir_item, &add_to_faves_item, 1401 &set_startdir_item, &add_to_faves_item, &file_menu,
1401 ); 1402 );
1402static int onplaymenu_callback(int action,const struct menu_item_ex *this_item) 1403static int onplaymenu_callback(int action,const struct menu_item_ex *this_item)
1403{ 1404{