1
0
Fork 0
forked from len0rd/rockbox

fix talking simplelists which I broke yesterday. dont talk if the list is being redrawn because get_action() timed out.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15459 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Jonathan Gordon 2007-11-04 12:52:32 +00:00
parent a6f2b82803
commit 04d0e3bc41

View file

@ -1309,6 +1309,7 @@ bool simplelist_show_list(struct simplelist_info *info)
if (info->get_name == NULL)
gui_synclist_set_nb_items(&lists, simplelist_line_count*info->selection_size);
gui_synclist_draw(&lists);
if (action != ACTION_NONE)
gui_synclist_speak_item(&lists);
old_line_count = simplelist_line_count;
}