From 421b67ea7792ec30a694021be638e2fd57c20737 Mon Sep 17 00:00:00 2001 From: Linus Nielsen Feltzing Date: Thu, 1 Mar 2007 13:01:14 +0000 Subject: The menu and WPS buttons now work in the plugin and font browsers too git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12534 a1c6a512-1295-4272-9138-f99709370657 --- apps/tree.c | 14 ++------------ 1 file changed, 2 insertions(+), 12 deletions(-) (limited to 'apps') diff --git a/apps/tree.c b/apps/tree.c index f830e3eb26..1f3b6adfe0 100644 --- a/apps/tree.c +++ b/apps/tree.c @@ -700,21 +700,11 @@ int dirbrowse() #endif break; /* case ACTION_TREE_STOP: */ case ACTION_STD_MENU: - /* don't enter menu from plugin browser */ - if (*tc.dirfilter < NUM_FILTER_MODES) - { - return GO_TO_ROOT; - } - else /* use it as a quick exit instead */ - return GO_TO_PREVIOUS; + return GO_TO_ROOT; break; case ACTION_TREE_WPS: - /* don't enter wps from plugin browser etc */ - if (*tc.dirfilter < NUM_FILTER_MODES) - { - return GO_TO_PREVIOUS_MUSIC; - } + return GO_TO_PREVIOUS_MUSIC; break; #ifdef HAVE_QUICKSCREEN case ACTION_STD_QUICKSCREEN: -- cgit v1.2.3