1
0
Fork 0
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:
Kevin Ferrare 2005-10-28 23:52:49 +00:00
parent 6ff8463216
commit d452d26885
14 changed files with 106 additions and 67 deletions

View file

@ -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 */