This is the bug/patch tracker for Rockbox. Click here for more information.
Quick links: Bugs · Patches · Rockbox frontpage
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
Opened by Jonathan Gordon (jdgordon) - Monday, 29 May 2006, 10:32 GMT+2
|
Detailsblaa... 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 |
This task depends upon
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/`;