forked from len0rd/rockbox
added support remote support for the id3 infos screen (had to slightly change the list engine to use it here as well), corrected a mistake in the french translation
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10175 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
31c7a453e1
commit
f77ac7a6a7
9 changed files with 188 additions and 230 deletions
|
|
@ -96,7 +96,7 @@ int menu_init(const struct menu_item* mitems, int count, int (*callback)(int, in
|
|||
return -1;
|
||||
menus[menu].items = (struct menu_item*)mitems; /* de-const */
|
||||
gui_synclist_init(&(menus[menu].synclist),
|
||||
&menu_get_itemname, &menus[menu]);
|
||||
&menu_get_itemname, &menus[menu], false, 1);
|
||||
gui_synclist_set_icon_callback(&(menus[menu].synclist), NULL);
|
||||
gui_synclist_set_nb_items(&(menus[menu].synclist), count);
|
||||
menus[menu].callback = callback;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue