summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
authorLinus Nielsen Feltzing <linus@haxx.se>2006-08-22 09:10:17 +0000
committerLinus Nielsen Feltzing <linus@haxx.se>2006-08-22 09:10:17 +0000
commit10651c85c92ea4673fcbd1e830acb9db4e684c65 (patch)
treeca5f7d4e784785cd05ce9e0853971cfac1a6f91d /apps
parentfe5e56c82171b49eb4d6f41b53ab46aa262fea04 (diff)
downloadrockbox-10651c85c92ea4673fcbd1e830acb9db4e684c65.tar.gz
rockbox-10651c85c92ea4673fcbd1e830acb9db4e684c65.zip
Changed the First Keypress Enables Backlight default setting to OFF
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10692 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps')
-rw-r--r--apps/settings.c7
1 files changed, 1 insertions, 6 deletions
diff --git a/apps/settings.c b/apps/settings.c
index cd984254d9..b277fd7f3e 100644
--- a/apps/settings.c
+++ b/apps/settings.c
@@ -313,12 +313,7 @@ static const struct bit_entry rtc_bits[] =
313#endif 313#endif
314 314
315#ifdef CONFIG_BACKLIGHT 315#ifdef CONFIG_BACKLIGHT
316 {1, S_O(bl_filter_first_keypress), 316 {1, S_O(bl_filter_first_keypress), false,
317#ifdef HAVE_LCD_COLOR
318 true,
319#else
320 false,
321#endif
322 "backlight filters first keypress", off_on }, 317 "backlight filters first keypress", off_on },
323#ifdef HAVE_REMOTE_LCD 318#ifdef HAVE_REMOTE_LCD
324 {1, S_O(remote_bl_filter_first_keypress), false, 319 {1, S_O(remote_bl_filter_first_keypress), false,