This is the bug/patch tracker for Rockbox. Click here for more information.
Quick links: Bugs · Patches · Rockbox frontpage
FS#12377 - Line Padding in Lists saves incorrect setting in config.cfg
Attached to Project:
Rockbox
Opened by Michael Chicoine (mc2739) - Wednesday, 09 November 2011, 07:56 GMT+2
Last edited by Michael Chicoine (mc2739) - Thursday, 10 November 2011, 13:31 GMT+2
Opened by Michael Chicoine (mc2739) - Wednesday, 09 November 2011, 07:56 GMT+2
Last edited by Michael Chicoine (mc2739) - Thursday, 10 November 2011, 13:31 GMT+2
|
DetailsTested on r30933 vx747 sim
When changing the "Line Padding in Lists" setting from Automatic to Off, the setting saved in .rockbox/config.cfg is: list padding: auto Changing back to Automatic causes the line to be removed from .rockbox/config.cfg. Manually saving the .cfg file and the setting that is saved is: list padding: off |
This task depends upon
Closed by Michael Chicoine (mc2739)
Thursday, 10 November 2011, 13:31 GMT+2
Reason for closing: Fixed
Additional comments about closing: Fix committed with r30955 (trunk) and r30956 (v3.10 branch)
Thursday, 10 November 2011, 13:31 GMT+2
Reason for closing: Fixed
Additional comments about closing: Fix committed with r30955 (trunk) and r30956 (v3.10 branch)
This seems to fix the problem.
That patch is correct.