diff options
Diffstat (limited to 'apps/screens.c')
-rw-r--r-- | apps/screens.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/screens.c b/apps/screens.c index ce62911624..8cdacd706f 100644 --- a/apps/screens.c +++ b/apps/screens.c | |||
@@ -158,7 +158,7 @@ int mmc_remove_request(void) | |||
158 | FOR_NB_SCREENS(i) | 158 | FOR_NB_SCREENS(i) |
159 | screens[i].clear_display(); | 159 | screens[i].clear_display(); |
160 | gui_syncsplash(1, str(LANG_REMOVE_MMC)); | 160 | gui_syncsplash(1, str(LANG_REMOVE_MMC)); |
161 | if (talk_menus_enabled()) | 161 | if (global_settings.talk_menu) |
162 | talk_id(LANG_REMOVE_MMC, false); | 162 | talk_id(LANG_REMOVE_MMC, false); |
163 | 163 | ||
164 | while (1) | 164 | while (1) |
@@ -822,7 +822,7 @@ static void say_time(int cursorpos, const struct tm *tm) | |||
822 | static const int unit[] = { UNIT_HOUR, UNIT_MIN, UNIT_SEC, 0, 0, 0 }; | 822 | static const int unit[] = { UNIT_HOUR, UNIT_MIN, UNIT_SEC, 0, 0, 0 }; |
823 | int value = 0; | 823 | int value = 0; |
824 | 824 | ||
825 | if (!talk_menus_enabled()) | 825 | if (!global_settings.talk_menu) |
826 | return; | 826 | return; |
827 | 827 | ||
828 | switch(cursorpos) | 828 | switch(cursorpos) |