From 376611e9b041f4fd2b98709795d18f66205ec9db Mon Sep 17 00:00:00 2001 From: Jens Arnold Date: Mon, 3 Apr 2006 06:08:24 +0000 Subject: Fixed wrong break; placement causing the tree to call the context menu with the quickmenu button in sub-browsers. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9449 a1c6a512-1295-4272-9138-f99709370657 --- apps/tree.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'apps') diff --git a/apps/tree.c b/apps/tree.c index f492f8c8bd..77da24d9ee 100644 --- a/apps/tree.c +++ b/apps/tree.c @@ -728,9 +728,8 @@ static bool dirbrowse(void) id3db = check_changed_id3mode(id3db); reload_dir = true; - break; } - + break; #endif #ifdef BUTTON_F3 -- cgit v1.2.3