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
|
@ -245,7 +245,7 @@ void save_changes(int overwrite)
|
|||
|
||||
void setup_lists(struct gui_synclist *lists, int sel)
|
||||
{
|
||||
rb->gui_synclist_init(lists,list_get_name_cb,0);
|
||||
rb->gui_synclist_init(lists,list_get_name_cb,0, false, 1);
|
||||
rb->gui_synclist_set_icon_callback(lists,NULL);
|
||||
rb->gui_synclist_set_nb_items(lists,line_count);
|
||||
rb->gui_synclist_limit_scroll(lists,true);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue