diff options
| author | Uwe Freese <thebreaker@rockbox.org> | 2002-12-14 22:05:01 +0000 |
|---|---|---|
| committer | Uwe Freese <thebreaker@rockbox.org> | 2002-12-14 22:05:01 +0000 |
| commit | 207f4d20f279467efb49e35dbd1c003a6464568b (patch) | |
| tree | eafa5d6b47ba5080c9729c34e64a8911bff13731 /apps | |
| parent | 86ddabf75d4461161506925641b16f3a7dc7463b (diff) | |
| download | rockbox-207f4d20f279467efb49e35dbd1c003a6464568b.zip rockbox-207f4d20f279467efb49e35dbd1c003a6464568b.tar.gz rockbox-207f4d20f279467efb49e35dbd1c003a6464568b.tar.bz2 rockbox-207f4d20f279467efb49e35dbd1c003a6464568b.tar.xz | |
no inclusion of apps/settings.h anymore (simulator build error), new enable_trickle_charge function
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2995 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps')
| -rw-r--r-- | apps/settings_menu.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/settings_menu.c b/apps/settings_menu.c index b6375bc..57df937 100644 --- a/apps/settings_menu.c +++ b/apps/settings_menu.c @@ -441,6 +441,7 @@ static bool trickle_charge(void) { bool result; result = set_bool( str(LANG_TRICKLE_CHARGE), &global_settings.trickle_charge ); + enable_trickle_charge(result); return result; } #endif |