This is the bug/patch tracker for Rockbox. Click here for more information.
Quick links: Bugs · Patches · Rockbox frontpage
FS#10360 - Recording settings aren't saved when changed on the recording screen
Attached to Project:
Rockbox
Opened by David Johnston (animatorgeek) - Sunday, 21 June 2009, 10:19 GMT+2
Last edited by Frank Gevaerts (fg) - Thursday, 17 December 2009, 23:59 GMT+2
Opened by David Johnston (animatorgeek) - Sunday, 21 June 2009, 10:19 GMT+2
Last edited by Frank Gevaerts (fg) - Thursday, 17 December 2009, 23:59 GMT+2
|
DetailsThis bug currently exists as of rev 21444.
If settings are modified on the recording screen they aren't persistent after a reboot unless another setting is changed somewhere in the menu system. The problem is that global_settings is being modified without a subsequent call to settings_save(). Attached is a fix for this problem. I've so far only tested it on the h1x0 simulator but I think it's a pretty benign change, unlikely to cause problems on other targets. |
This task depends upon
IF we want this changed by saving the settings THEN it should only be done when leaving the screen, not on every change!
This is still the changes-on-the-recording-screen-are-persistent version. The notion of making them consistently non-persistent is another question which doesn't have a clear answer. Is this something it would be appropriate to ask about on the dev list?