This is the bug/patch tracker for Rockbox. Click here for more information.
Quick links: Bugs · Patches · Rockbox frontpage
FS#6163 - Recording screen loses talk_menu setting on power off
Attached to Project:
Rockbox
Opened by Stephane Doyon (sdoyon) - Wednesday, 11 October 2006, 01:28 GMT+2
Last edited by Steve Bavin (pondlife) - Monday, 11 June 2007, 10:29 GMT+2
Opened by Stephane Doyon (sdoyon) - Wednesday, 11 October 2006, 01:28 GMT+2
Last edited by Steve Bavin (pondlife) - Monday, 11 June 2007, 10:29 GMT+2
|
DetailsThe recording screen does:
/* recording_menu gets messed up: so reset talk_menu */ talk_menu = global_settings.talk_menu; which is sad enough already... but worse! It's supposed to be reset later on exiting the recording screen, but if one powers off the device, or leaves it alone long enough for the idle power off to kick in, then on the next reboot the menus will stay off. And that's very unpleasant for blind users (like me :-) ). Thanks |
This task depends upon
Patch #7272 fixes this.