diff options
author | Teruaki Kawashima <teru@rockbox.org> | 2010-12-15 12:47:30 +0000 |
---|---|---|
committer | Teruaki Kawashima <teru@rockbox.org> | 2010-12-15 12:47:30 +0000 |
commit | e6b4d8fdee81cd79c9c02542cb69be21fd57d56e (patch) | |
tree | 30dcf7a1d888a3d543156f0bd80566c68710f4ad /apps/tree.c | |
parent | cac01b9cc9cd44890b8cd4210cd085f44dd07758 (diff) |
remaining of FS#11777. Use rockbox_browse() to display playlists in Playlist Catalog.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28836 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/tree.c')
-rw-r--r-- | apps/tree.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/apps/tree.c b/apps/tree.c index b0e94bf936..9005f0c592 100644 --- a/apps/tree.c +++ b/apps/tree.c @@ -783,9 +783,7 @@ static int dirbrowse(void) int onplay_result; int attr = 0; - /* no context menu while in select only mode - to prevent recursive call */ - if ((tc.browse->flags & BROWSE_SELECTONLY)) + if (tc.browse->flags & BROWSE_NO_CONTEXT) break; if(!numentries) |