Opened 8 years ago
Closed 6 years ago
#1591 closed bug (fixed (in master))
Fix saving of options and keymaps
Reported by: | magnate | Owned by: | |
---|---|---|---|
Milestone: | 3.5.0 | Keywords: | keymaps prefs loadsave |
Cc: |
Description (last modified by fizzix)
Change History (3)
comment:1 Changed 8 years ago by PowerWyrm
comment:2 Changed 8 years ago by fizzix
- Description modified (diff)
- Milestone changed from 3.4.0 to 3.5.0
no owner, punted to 3.5
comment:3 Changed 6 years ago by takkaria
- Resolution set to fixed (in master)
- Status changed from new to closed
This bug was fixed a while ago now.
Note: See
TracTickets for help on using
tickets.
Another problem: when saving options, the keymaps are also saved using keymap_dump(), which doesn't put a header and a footer; saving keymaps separately using "Append keymaps to a file" and choosing the same file will duplicate to keymaps in the file. To fix this, prefs_save() must be used instead.