From 77936e6ec5c2d71f605df855ed24677c307b1bc7 Mon Sep 17 00:00:00 2001 From: Linus Nielsen Feltzing Date: Tue, 16 Mar 2004 13:44:56 +0000 Subject: First shot at a nice little button bar at the bottom of the recorder LCD. Enable Button Bar in the Display settings. Only the dir browser uses it at the moment. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4391 a1c6a512-1295-4272-9138-f99709370657 --- apps/bookmark.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'apps/bookmark.c') diff --git a/apps/bookmark.c b/apps/bookmark.c index e832165b3c..646be3b1cd 100644 --- a/apps/bookmark.c +++ b/apps/bookmark.c @@ -92,13 +92,14 @@ bool bookmark_menu(void) int m; bool result; - struct menu_items items[] = { + struct menu_item items[] = { { STR(LANG_BOOKMARK_MENU_CREATE), bookmark_create_menu}, { STR(LANG_BOOKMARK_MENU_LIST), bookmark_load_menu}, { STR(LANG_BOOKMARK_MENU_RECENT_BOOKMARKS), bookmark_mrb_load}, }; - m=menu_init( items, sizeof items / sizeof(struct menu_items), NULL ); + m=menu_init( items, sizeof items / sizeof(struct menu_item), NULL, + NULL, NULL, NULL); #ifdef HAVE_LCD_CHARCELLS status_set_param(true); -- cgit v1.2.3