diff options
| author | Jens Arnold <amiconn@rockbox.org> | 2005-11-07 00:40:58 +0000 |
|---|---|---|
| committer | Jens Arnold <amiconn@rockbox.org> | 2005-11-07 00:40:58 +0000 |
| commit | 5acbd3e3c34b2953999de69553b84ddcf44b2055 (patch) | |
| tree | 6759011520814bef9a65023ef24383c164b32586 /apps/settings.c | |
| parent | 71bc504e5f7c56e547aae23813e5f62267d2972f (diff) | |
| download | rockbox-5acbd3e3c34b2953999de69553b84ddcf44b2055.zip rockbox-5acbd3e3c34b2953999de69553b84ddcf44b2055.tar.gz rockbox-5acbd3e3c34b2953999de69553b84ddcf44b2055.tar.bz2 rockbox-5acbd3e3c34b2953999de69553b84ddcf44b2055.tar.xz | |
Please discuss default changes in the future\!
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7773 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/settings.c')
| -rw-r--r-- | apps/settings.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/settings.c b/apps/settings.c index 5eb7dce..b573d72 100644 --- a/apps/settings.c +++ b/apps/settings.c @@ -428,7 +428,7 @@ static const struct bit_entry hd_bits[] = {1, S_O(spdif_enable), false, "spdif enable", off_on}, #endif - {1, S_O(next_folder), true, "folder navigation", off_on }, + {1, S_O(next_folder), false, "folder navigation", off_on }, {1, S_O(runtimedb), false, "gather runtime data", off_on }, #if CONFIG_CODEC == SWCODEC |