From b89b5ba2ee31bd351710670cf5ecc5aa8beb95f3 Mon Sep 17 00:00:00 2001 From: Miika Pekkarinen Date: Sun, 15 Oct 2006 11:01:18 +0000 Subject: (1) New syntax to support conditional formatting. (2) Reduced tagnavi memory consumption. (3) There was a bug that splash screen counter was counting down when inserting tracks next. But in fact that might be preferred, so always count down after successful tagcache query. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11223 a1c6a512-1295-4272-9138-f99709370657 --- apps/tagtree.h | 1 + 1 file changed, 1 insertion(+) (limited to 'apps/tagtree.h') diff --git a/apps/tagtree.h b/apps/tagtree.h index 9f570917f7..2c85bf90e1 100644 --- a/apps/tagtree.h +++ b/apps/tagtree.h @@ -25,6 +25,7 @@ #define TAGNAVI_VERSION "#! rockbox/tagbrowser/2.0" #define TAGMENU_MAX_ITEMS 64 #define TAGMENU_MAX_MENUS 16 +#define TAGMENU_MAX_FMTS 32 enum table { root = 1, navibrowse, allsubentries, playtrack }; -- cgit v1.2.3