diff options
author | Miika Pekkarinen <miipekk@ihme.org> | 2006-09-25 19:52:38 +0000 |
---|---|---|
committer | Miika Pekkarinen <miipekk@ihme.org> | 2006-09-25 19:52:38 +0000 |
commit | 6e8ab3d035f8eb0585de636b4f5227b190ff07ee (patch) | |
tree | 1fca709fb6b4508ae8f8b33ca3b41170494771f1 /apps/tagtree.h | |
parent | 979c23a71554a480d8a7d7a3996327145ee10d2d (diff) |
Honor only the first root_menu setting to make it possible to override
the default tagbrowser root menu without modifying the default config.
Increased max items in menu to 64 and improved statusbar title.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11050 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/tagtree.h')
-rw-r--r-- | apps/tagtree.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/tagtree.h b/apps/tagtree.h index f3f1103d90..9f570917f7 100644 --- a/apps/tagtree.h +++ b/apps/tagtree.h @@ -23,7 +23,7 @@ #include "tree.h" #define TAGNAVI_VERSION "#! rockbox/tagbrowser/2.0" -#define TAGMENU_MAX_ITEMS 32 +#define TAGMENU_MAX_ITEMS 64 #define TAGMENU_MAX_MENUS 16 enum table { root = 1, navibrowse, allsubentries, playtrack }; |