diff options
| author | Thomas Martitz <kugel@rockbox.org> | 2009-05-11 22:50:48 +0000 |
|---|---|---|
| committer | Thomas Martitz <kugel@rockbox.org> | 2009-05-11 22:50:48 +0000 |
| commit | deb6b81ebe3b12fcacc1a11e4d3498b099247f53 (patch) | |
| tree | 2d4d02dea4e36568b6e2a266704c2c511db189c4 | |
| parent | 75a34b2f4b8c0607c3fce226cc8a896a0cf0f2e7 (diff) | |
| download | rockbox-deb6b81ebe3b12fcacc1a11e4d3498b099247f53.zip rockbox-deb6b81ebe3b12fcacc1a11e4d3498b099247f53.tar.gz rockbox-deb6b81ebe3b12fcacc1a11e4d3498b099247f53.tar.bz2 rockbox-deb6b81ebe3b12fcacc1a11e4d3498b099247f53.tar.xz | |
Don't go back to the settings after selecting a .cfg via the theme or cfg browser, as it's done for fonts.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20913 a1c6a512-1295-4272-9138-f99709370657
| -rw-r--r-- | apps/filetree.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/filetree.c b/apps/filetree.c index 2cb9239..8fd7be6 100644 --- a/apps/filetree.c +++ b/apps/filetree.c @@ -601,6 +601,7 @@ int ft_enter(struct tree_context* c) } else { if (*c->dirfilter > NUM_FILTER_MODES && + *c->dirfilter != SHOW_CFG && *c->dirfilter != SHOW_FONT && *c->dirfilter != SHOW_PLUGINS) { |