From 2d4bf62032cf1d793abfbe73942ec050161844c1 Mon Sep 17 00:00:00 2001 From: Thomas Martitz Date: Sat, 11 Jan 2014 10:46:37 +0100 Subject: playlist_viewer: Resurrect playlist viewer settings submenu in the playlist viewer context menu. This was lost in 97a4c1ef (svn r30177) for unkown reason but the manual still mentions this item, so I assume it was an accident. It doesn't hurt anyway. Fixes FS#12930. Change-Id: I2f5cd81913ec7bb911d1117e50c010a5c1b89b52 --- apps/menus/exported_menus.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/menus') diff --git a/apps/menus/exported_menus.h b/apps/menus/exported_menus.h index 568791b1f0..efb6341155 100644 --- a/apps/menus/exported_menus.h +++ b/apps/menus/exported_menus.h @@ -39,6 +39,7 @@ extern const struct menu_item_ex settings_menu_item, /* settings_menu.c */ bookmark_settings_menu, playlist_settings, /* playlist_menu.c */ + viewer_settings_menu, /* playlist_menu.c */ equalizer_menu, /* eq_menu.c */ #ifdef AUDIOHW_HAVE_EQ audiohw_eq_tone_controls, /* audiohw_eq_menu.c */ @@ -54,4 +55,3 @@ int browse_folder(void *param); /* in theme_menu.c as it is mostly used there */ #endif /* ! PLUGIN */ #endif /*_EXPORTED_MENUS_H */ - -- cgit