From 4a63c09c8633cd7305af01d1f270125f7bd12a1e Mon Sep 17 00:00:00 2001 From: Miika Pekkarinen Date: Tue, 4 Apr 2006 19:28:13 +0000 Subject: Initial support for the advanced conditional fully configurable tagcache browser. Browsing not supported by numeric tags yet, and some features work currently only when tagcache is loaded in ram. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9501 a1c6a512-1295-4272-9138-f99709370657 --- apps/main.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'apps/main.c') diff --git a/apps/main.c b/apps/main.c index e7a01c899a..596d76223d 100644 --- a/apps/main.c +++ b/apps/main.c @@ -61,6 +61,7 @@ #include "database.h" #include "dircache.h" #include "tagcache.h" +#include "tagtree.h" #include "lang.h" #include "string.h" #include "splash.h" @@ -152,6 +153,7 @@ void init_tagcache(void) #endif tagcache_init(); + tagtree_init(); #ifdef HAVE_LCD_BITMAP /* Clean the text when we are done. */ -- cgit v1.2.3