summaryrefslogtreecommitdiff
path: root/apps/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/main.c')
-rw-r--r--apps/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/main.c b/apps/main.c
index e4fd6bc614..366fed9585 100644
--- a/apps/main.c
+++ b/apps/main.c
@@ -225,7 +225,7 @@ static void init_tagcache(void)
225 /* hwcodec can't use voice here, as the database commit 225 /* hwcodec can't use voice here, as the database commit
226 * uses the audio buffer. */ 226 * uses the audio buffer. */
227 static long talked_tick = 0; 227 static long talked_tick = 0;
228 if(talk_menus_enabled() 228 if(global_settings.talk_menu
229 && (talked_tick == 0 229 && (talked_tick == 0
230 || TIME_AFTER(current_tick, talked_tick+7*HZ))) 230 || TIME_AFTER(current_tick, talked_tick+7*HZ)))
231 { 231 {