From 42a8cc3835caeb6840c6eb4517abbec5026cdbc2 Mon Sep 17 00:00:00 2001 From: Thomas Martitz Date: Sat, 29 Jan 2011 01:01:44 +0000 Subject: [PATCH] Give the playlists main menu item a context menu (playlist settings). git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29158 a1c6a512-1295-4272-9138-f99709370657 --- apps/root_menu.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/apps/root_menu.c b/apps/root_menu.c index 4dca1f3541..ed7140fbe4 100644 --- a/apps/root_menu.c +++ b/apps/root_menu.c @@ -424,7 +424,8 @@ static const struct root_items items[] = { [GO_TO_RECENTBMARKS] = { load_bmarks, NULL, &bookmark_settings_menu }, [GO_TO_BROWSEPLUGINS] = { plugins_menu, NULL, NULL }, - [GO_TO_PLAYLISTS_SCREEN] = { miscscrn, &playlist_options, NULL }, + [GO_TO_PLAYLISTS_SCREEN] = { miscscrn, &playlist_options, + &playlist_settings }, [GO_TO_PLAYLIST_VIEWER] = { playlist_view, NULL, NULL }, [GO_TO_SYSTEM_SCREEN] = { miscscrn, &info_menu, &system_menu },