From 8137489e2b967e40c15005c8a4c09903a8a24fc4 Mon Sep 17 00:00:00 2001 From: Steve Bavin Date: Wed, 7 Mar 2007 19:56:15 +0000 Subject: Lead user through database initialisation git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12678 a1c6a512-1295-4272-9138-f99709370657 --- apps/tagcache.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'apps/tagcache.c') diff --git a/apps/tagcache.c b/apps/tagcache.c index bcff803d18..a899ff91fd 100644 --- a/apps/tagcache.c +++ b/apps/tagcache.c @@ -3904,16 +3904,12 @@ bool tagcache_update(void) return false; queue_post(&tagcache_queue, Q_UPDATE, 0); - gui_syncsplash(HZ*2, true, str(LANG_TAGCACHE_FORCE_UPDATE_SPLASH)); - return false; } -bool tagcache_rebuild(void) +bool tagcache_rebuild() { queue_post(&tagcache_queue, Q_REBUILD, 0); - gui_syncsplash(HZ*2, true, str(LANG_TAGCACHE_FORCE_UPDATE_SPLASH)); - return false; } @@ -3974,4 +3970,8 @@ int tagcache_get_commit_step(void) { return tc_stat.commit_step; } +int tagcache_get_max_commit_step(void) +{ + return 8; /* To be written, better hard-coded here than in the UI */ +} -- cgit v1.2.3