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
This commit is contained in:
Thomas Martitz 2009-05-11 22:50:48 +00:00
parent 75a34b2f4b
commit deb6b81ebe

View file

@ -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)
{