From ccfa4cd97af5fd8a4d4868d92cb616a7959b5fa2 Mon Sep 17 00:00:00 2001 From: Jens Arnold Date: Sun, 10 Oct 2004 01:25:32 +0000 Subject: Removed car adapter mode for Ondio, and changed the misleading config option HAVE_BATTERIES to the more appropriate HAVE_CHARGING git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5242 a1c6a512-1295-4272-9138-f99709370657 --- apps/settings.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'apps/settings.c') diff --git a/apps/settings.c b/apps/settings.c index 3b6a048def..2765ae8e52 100644 --- a/apps/settings.c +++ b/apps/settings.c @@ -224,7 +224,9 @@ static const struct bit_entry rtc_bits[] = #elif CONFIG_BATTERY == BATT_3AAA_ALKALINE {12, S_O(battery_capacity), 1000, "battery capacity", NULL }, #endif +#ifdef HAVE_CHARGING {1, S_O(car_adapter_mode), false, "car adapter mode", off_on }, +#endif /* new stuff to be added here */ /* If values are just added to the end, no need to bump the version. */ @@ -281,7 +283,7 @@ static const struct bit_entry hd_bits[] = {1, S_O(browse_current), false, "follow playlist", off_on }, /* playlist */ {1, S_O(playlist_viewer_icons), true, "playlist viewer icons", off_on }, - {1, S_O(playlist_viewer_indices), true, + {1, S_O(playlist_viewer_indices), true, "playlist viewer indices", off_on }, {1, S_O(playlist_viewer_track_display), 0, "playlist viewer track display", "track name,full path" }, -- cgit v1.2.3