Rockbox

This is the bug/patch tracker for Rockbox. Click here for more information.

Quick links: Bugs · Patches · Rockbox frontpage

Tasklist

FS#5456 - move tagnavi.config to tagdefaults.config so settings doesnt get overwritten on update

Attached to Project: Rockbox
Opened by Jonathan Gordon (jdgordon) - Monday, 29 May 2006, 10:32 GMT+2
Task Type Patches
Category Configuration
Status Closed
Assigned To No-one
Player Type All players
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Private No

Details

blaa... idea popped up in irc..
rename tagdefaults.config to tagnavi.config so u dont have to worry about your settings being overwritten when u update rockbox from the zip
(application/octet-stream)    tag.patch (3.9 KiB)
 apps/tagdefaults.config |   12 ++++++++++++
 apps/tagnavi.config     |   11 -----------
 apps/tagtree.c          |   35 +++++++++++++++++++++--------------
 apps/FILES              |    2 +-
 4 files changed, 34 insertions(+), 26 deletions(-)

This task depends upon

Closed by  Jonathan Gordon (jdgordon)
Monday, 09 October 2006, 13:25 GMT+2
Reason for closing:  Fixed
Comment by Jonathan Gordon (jdgordon) - Tuesday, 30 May 2006, 09:01 GMT+2
just realised this breaks the build script... u need to change line 200ish of tool/buildzip.pl from `cp $ROOT/apps/tagnavi.config .rockbox/`; to `cp $ROOT/apps/tagdefaults.config .rockbox/`;

Loading...