From 6e8ab3d035f8eb0585de636b4f5227b190ff07ee Mon Sep 17 00:00:00 2001 From: Miika Pekkarinen Date: Mon, 25 Sep 2006 19:52:38 +0000 Subject: 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 --- apps/tagtree.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/tagtree.h') 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 }; -- cgit v1.2.3