woops, menus stopped getting redrawn when the setting screen exited

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13849 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Jonathan Gordon 2007-07-11 04:13:30 +00:00
parent 411f3e2b2b
commit 953e7cf183

View file

@ -555,8 +555,8 @@ int do_menu(const struct menu_item_ex *start_menu, int *start_selected)
case MT_SETTING:
case MT_SETTING_W_TEXT:
{
if (do_setting_from_menu(temp))
init_menu_lists(menu, &lists, 0, true);
do_setting_from_menu(temp);
init_menu_lists(menu, &lists, selected, true);
talk_item = true;
break;
}