Fix the start screen option - recording now works, and allow the

bookmarks to be chosen as a start screen


git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12577 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Jonathan Gordon 2007-03-04 00:59:42 +00:00
parent 94eef3fbee
commit 55843fdedd
2 changed files with 11 additions and 11 deletions

View file

@ -35,10 +35,10 @@ enum {
GO_TO_FM,
#endif
GO_TO_RECENTBMARKS,
GO_TO_BROWSEPLUGINS,
/* Do Not add any items above here unless you want it to be able to
be the "start screen" after a boot up. The setting in settings_list.c
will need editing if this is the case. */
GO_TO_BROWSEPLUGINS,
};
extern const struct menu_item_ex root_menu_;