forked from len0rd/rockbox
Changed some fn names, also corrected a bug with fonts and made the filetree work like the original one (stop on reaching list limits when pressing button)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7679 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
6ff8463216
commit
d452d26885
14 changed files with 106 additions and 67 deletions
|
|
@ -939,7 +939,7 @@ static bool dirbrowse(void)
|
|||
reload_dir = false;
|
||||
}
|
||||
if(need_update) {
|
||||
tc.selected_item = gui_synclist_get_selected_item_position(&tree_lists);
|
||||
tc.selected_item = gui_synclist_get_sel_pos(&tree_lists);
|
||||
need_update=false;
|
||||
if ( numentries > 0 ) {
|
||||
/* Voice the file if changed */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue