diff options
Diffstat (limited to 'apps/root_menu.c')
-rw-r--r-- | apps/root_menu.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/root_menu.c b/apps/root_menu.c index 1c6c868bfc..5acaabeec6 100644 --- a/apps/root_menu.c +++ b/apps/root_menu.c | |||
@@ -160,7 +160,7 @@ static int browser(void* param) | |||
160 | 160 | ||
161 | /* Display building progress */ | 161 | /* Display building progress */ |
162 | static long talked_tick = 0; | 162 | static long talked_tick = 0; |
163 | if(talk_menus_enabled() && | 163 | if(global_settings.talk_menu && |
164 | (talked_tick == 0 | 164 | (talked_tick == 0 |
165 | || TIME_AFTER(current_tick, talked_tick+7*HZ))) | 165 | || TIME_AFTER(current_tick, talked_tick+7*HZ))) |
166 | { | 166 | { |
@@ -238,7 +238,7 @@ static int wpsscrn(void* param) | |||
238 | (void)param; | 238 | (void)param; |
239 | if (audio_status()) | 239 | if (audio_status()) |
240 | { | 240 | { |
241 | shutup(); | 241 | talk_shutup(); |
242 | ret_val = gui_wps_show(); | 242 | ret_val = gui_wps_show(); |
243 | } | 243 | } |
244 | else if ( global_status.resume_index != -1 ) | 244 | else if ( global_status.resume_index != -1 ) |