summaryrefslogtreecommitdiff
path: root/apps/main.c
diff options
context:
space:
mode:
authorMiika Pekkarinen <miipekk@ihme.org>2006-04-04 19:28:13 +0000
committerMiika Pekkarinen <miipekk@ihme.org>2006-04-04 19:28:13 +0000
commit4a63c09c8633cd7305af01d1f270125f7bd12a1e (patch)
treef9e763dc95bb8add9f9624d42792e1f6a6e176ba /apps/main.c
parent461addf6582e6951374e23233ba3964feb23630b (diff)
downloadrockbox-4a63c09c8633cd7305af01d1f270125f7bd12a1e.tar.gz
rockbox-4a63c09c8633cd7305af01d1f270125f7bd12a1e.zip
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
Diffstat (limited to 'apps/main.c')
-rw-r--r--apps/main.c2
1 files changed, 2 insertions, 0 deletions
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 @@
61#include "database.h" 61#include "database.h"
62#include "dircache.h" 62#include "dircache.h"
63#include "tagcache.h" 63#include "tagcache.h"
64#include "tagtree.h"
64#include "lang.h" 65#include "lang.h"
65#include "string.h" 66#include "string.h"
66#include "splash.h" 67#include "splash.h"
@@ -152,6 +153,7 @@ void init_tagcache(void)
152#endif 153#endif
153 154
154 tagcache_init(); 155 tagcache_init();
156 tagtree_init();
155 157
156#ifdef HAVE_LCD_BITMAP 158#ifdef HAVE_LCD_BITMAP
157 /* Clean the text when we are done. */ 159 /* Clean the text when we are done. */