- Status Closed
- Percent Complete
- Task Type Bugs
- Category Settings
-
Assigned To
kugel. - Operating System All players
- Severity Low
- Priority Very Low
- Reported Version Daily build (which?)
- Due in Version Undecided
-
Due Date
Undecided
- Votes
- Private
FS#12377 - Line Padding in Lists saves incorrect setting in config.cfg
Tested 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
Closed by mc2739
2011-11-10 12:31
Reason for closing: Fixed
Additional comments about closing: Warning: Undefined array key "typography" in /home/rockbox/flyspray/plugins/dokuwiki/inc/parserutils.php on line 371 Warning: Undefined array key "camelcase" in /home/rockbox/flyspray/plugins/dokuwiki/inc/parserutils.php on line 407
2011-11-10 12:31
Reason for closing: Fixed
Additional comments about closing: Warning: Undefined array key "typography" in /home/rockbox/flyspray/plugins/dokuwiki/inc/parserutils.php on line 371 Warning: Undefined array key "camelcase" in /home/rockbox/flyspray/plugins/dokuwiki/inc/parserutils.php on line 407
Fix committed with r30955 (trunk) and
r30956 (v3.10 branch)
Loading...
Available keyboard shortcuts
- Alt + ⇧ Shift + l Login Dialog / Logout
- Alt + ⇧ Shift + a Add new task
- Alt + ⇧ Shift + m My searches
- Alt + ⇧ Shift + t focus taskid search
Tasklist
- o open selected task
- j move cursor down
- k move cursor up
Task Details
- n Next task
- p Previous task
- Alt + ⇧ Shift + e ↵ Enter Edit this task
- Alt + ⇧ Shift + w watch task
- Alt + ⇧ Shift + y Close Task
Task Editing
- Alt + ⇧ Shift + s save task
This seems to fix the problem.
That patch is correct.