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:
parent
70c0791c7c
commit
376611e9b0
1 changed files with 1 additions and 2 deletions
|
@ -728,9 +728,8 @@ static bool dirbrowse(void)
|
|||
|
||||
id3db = check_changed_id3mode(id3db);
|
||||
reload_dir = true;
|
||||
break;
|
||||
}
|
||||
|
||||
break;
|
||||
#endif
|
||||
|
||||
#ifdef BUTTON_F3
|
||||
|
|
Loading…
Reference in a new issue