diff options
author | Thomas Martitz <kugel@rockbox.org> | 2010-02-20 19:06:39 +0000 |
---|---|---|
committer | Thomas Martitz <kugel@rockbox.org> | 2010-02-20 19:06:39 +0000 |
commit | c19e53654b857227e2be224d451037d432529299 (patch) | |
tree | 18437a610ce91fe55bcca601cc0dbd21887bd839 /apps/root_menu.h | |
parent | abb3dd4ec2876fa84c1cbf18825ece1c33fc6500 (diff) |
Playlist Viewer Changes to bring consistency:
- combine its two context menus to one and
- make the ACTION_STD_MENU go to the main menu as it does in all other screens
- call playlist_viewer() via root_menu to reduce call depth and to be consistent with other screens (and for the above changes to be more flexible w.r.t to the following screen)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24791 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/root_menu.h')
-rw-r--r-- | apps/root_menu.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/root_menu.h b/apps/root_menu.h index 10904829d1..4113b64495 100644 --- a/apps/root_menu.h +++ b/apps/root_menu.h @@ -52,6 +52,7 @@ enum { will need editing if this is the case. */ GO_TO_BROWSEPLUGINS, GO_TO_TIMESCREEN, + GO_TO_PLAYLIST_VIEWER, }; extern const struct menu_item_ex root_menu_; |