summaryrefslogtreecommitdiff
path: root/apps/settings.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/settings.c')
-rw-r--r--apps/settings.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/apps/settings.c b/apps/settings.c
index 9492448ade..8d1bcf7ae5 100644
--- a/apps/settings.c
+++ b/apps/settings.c
@@ -796,8 +796,9 @@ void settings_apply(bool read_disk)
796#if CONFIG_CODEC == SWCODEC 796#if CONFIG_CODEC == SWCODEC
797 int i; 797 int i;
798#endif 798#endif
799#if LCD_DEPTH > 1
799 int screen; 800 int screen;
800 801#endif
801 sound_settings_apply(); 802 sound_settings_apply();
802 803
803#ifdef HAVE_DISK_STORAGE 804#ifdef HAVE_DISK_STORAGE
@@ -918,8 +919,10 @@ void settings_apply(bool read_disk)
918 } 919 }
919#endif 920#endif
920 921
922#if LCD_DEPTH > 1
921 FOR_NB_SCREENS(screen) 923 FOR_NB_SCREENS(screen)
922 screens[screen].backdrop_show(BACKDROP_MAIN); 924 screens[screen].backdrop_show(BACKDROP_MAIN);
925#endif
923 926
924 if ( global_settings.lang_file[0]) { 927 if ( global_settings.lang_file[0]) {
925 snprintf(buf, sizeof buf, LANG_DIR "/%s.lng", 928 snprintf(buf, sizeof buf, LANG_DIR "/%s.lng",