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
This commit is contained in:
Jens Arnold 2006-04-03 06:08:24 +00:00
parent 70c0791c7c
commit 376611e9b0

View file

@ -728,9 +728,8 @@ static bool dirbrowse(void)
id3db = check_changed_id3mode(id3db);
reload_dir = true;
break;
}
break;
#endif
#ifdef BUTTON_F3