One more get_user_file_path() fix. Don't store the user dir in config.cfg and
commit9f5cb02424ef7fe58932744d6be86984f2364467
authorkugel <kugel@a1c6a512-1295-4272-9138-f99709370657>
Thu, 5 Aug 2010 14:31:00 +0000 (5 14:31 +0000)
committerkugel <kugel@a1c6a512-1295-4272-9138-f99709370657>
Thu, 5 Aug 2010 14:31:00 +0000 (5 14:31 +0000)
tree599c8636250dc7ccbac08c8a630b9752678283e8
parentbc0b2a91cc35ab1500bc38833b977dddec30f41e
One more get_user_file_path() fix. Don't store the user dir in config.cfg and
pretent the file (fonts, wps, etc.)was in the installation dir (it'll still be loaded from the user dir).
This way the behavior is the same for files in the installation dir and in the user config dir.

This is needed because we historically only store the basename of the file at runtime and don't
support writing these to config.cfg if they're outside of the rockbox dir.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27720 a1c6a512-1295-4272-9138-f99709370657
apps/settings.c