summaryrefslogtreecommitdiff
path: root/apps/root_menu.h
diff options
context:
space:
mode:
authorJonathan Gordon <rockbox@jdgordon.info>2007-03-04 00:59:42 +0000
committerJonathan Gordon <rockbox@jdgordon.info>2007-03-04 00:59:42 +0000
commit55843fdedd2781228a13d1da2032b9adf3eb943b (patch)
tree521b130369fc0cba98804dfc4acd430a2b7fbfc4 /apps/root_menu.h
parent94eef3fbee4aa178015d22f271acb343e2533acd (diff)
downloadrockbox-55843fdedd2781228a13d1da2032b9adf3eb943b.tar.gz
rockbox-55843fdedd2781228a13d1da2032b9adf3eb943b.zip
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
Diffstat (limited to 'apps/root_menu.h')
-rw-r--r--apps/root_menu.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/root_menu.h b/apps/root_menu.h
index 9b07e58044..e913a67b4a 100644
--- a/apps/root_menu.h
+++ b/apps/root_menu.h
@@ -35,10 +35,10 @@ enum {
35 GO_TO_FM, 35 GO_TO_FM,
36#endif 36#endif
37 GO_TO_RECENTBMARKS, 37 GO_TO_RECENTBMARKS,
38 GO_TO_BROWSEPLUGINS,
39 /* Do Not add any items above here unless you want it to be able to 38 /* Do Not add any items above here unless you want it to be able to
40 be the "start screen" after a boot up. The setting in settings_list.c 39 be the "start screen" after a boot up. The setting in settings_list.c
41 will need editing if this is the case. */ 40 will need editing if this is the case. */
41 GO_TO_BROWSEPLUGINS,
42}; 42};
43 43
44extern const struct menu_item_ex root_menu_; 44extern const struct menu_item_ex root_menu_;