summaryrefslogtreecommitdiff
path: root/apps/settings.c
diff options
context:
space:
mode:
authorJonathan Gordon <rockbox@jdgordon.info>2010-01-27 06:47:56 +0000
committerJonathan Gordon <rockbox@jdgordon.info>2010-01-27 06:47:56 +0000
commit2565389402662a5f29c0c00eb1db3d80b1f37478 (patch)
tree730e8276753414fc1984a3edbdad7529e058f558 /apps/settings.c
parent27b8b73b86ecf648a15e9793cd8893ca49734cfb (diff)
downloadrockbox-2565389402662a5f29c0c00eb1db3d80b1f37478.tar.gz
rockbox-2565389402662a5f29c0c00eb1db3d80b1f37478.zip
futile attempt to keep the ondioSP rombox working. This will almost certainly be the last release with it. (The backdrop API is chaning very soon after release so this is no big deal)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24340 a1c6a512-1295-4272-9138-f99709370657
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",