diff options
author | Jens Arnold <amiconn@rockbox.org> | 2007-10-07 15:02:02 +0000 |
---|---|---|
committer | Jens Arnold <amiconn@rockbox.org> | 2007-10-07 15:02:02 +0000 |
commit | 5f1ec307db83e4980ffc60b9052a53ff9da13dab (patch) | |
tree | e9e3db840b44be7474b0290ac28145f0170f1d90 /apps/settings.c | |
parent | 0464c36bdc2ddeb12f3902c9f996440cda41e1f8 (diff) |
Name all button light functions and variables consistently starting with buttonlight_ .
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15016 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/settings.c')
-rw-r--r-- | apps/settings.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/settings.c b/apps/settings.c index 26036c8948..6656b84552 100644 --- a/apps/settings.c +++ b/apps/settings.c @@ -713,7 +713,7 @@ void settings_apply(void) buttonlight_set_brightness(global_settings.buttonlight_brightness); #endif #ifdef HAVE_BUTTON_LIGHT - button_backlight_set_timeout(global_settings.button_light_timeout); + buttonlight_set_timeout(global_settings.buttonlight_timeout); #endif #ifndef HAVE_FLASH_STORAGE ata_spindown(global_settings.disk_spindown); |