summaryrefslogtreecommitdiff
path: root/apps/settings.c
diff options
context:
space:
mode:
authorJens Arnold <amiconn@rockbox.org>2004-10-10 01:25:32 +0000
committerJens Arnold <amiconn@rockbox.org>2004-10-10 01:25:32 +0000
commitccfa4cd97af5fd8a4d4868d92cb616a7959b5fa2 (patch)
tree6e16459ed3951a0c7dbefbc695b51f3718d68c9d /apps/settings.c
parentf5bdf6952c49ed6ab08020a93cbd2a07d4ea0901 (diff)
downloadrockbox-ccfa4cd97af5fd8a4d4868d92cb616a7959b5fa2.tar.gz
rockbox-ccfa4cd97af5fd8a4d4868d92cb616a7959b5fa2.zip
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
Diffstat (limited to 'apps/settings.c')
-rw-r--r--apps/settings.c4
1 files changed, 3 insertions, 1 deletions
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[] =
224#elif CONFIG_BATTERY == BATT_3AAA_ALKALINE 224#elif CONFIG_BATTERY == BATT_3AAA_ALKALINE
225 {12, S_O(battery_capacity), 1000, "battery capacity", NULL }, 225 {12, S_O(battery_capacity), 1000, "battery capacity", NULL },
226#endif 226#endif
227#ifdef HAVE_CHARGING
227 {1, S_O(car_adapter_mode), false, "car adapter mode", off_on }, 228 {1, S_O(car_adapter_mode), false, "car adapter mode", off_on },
229#endif
228 230
229 /* new stuff to be added here */ 231 /* new stuff to be added here */
230 /* If values are just added to the end, no need to bump the version. */ 232 /* 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[] =
281 {1, S_O(browse_current), false, "follow playlist", off_on }, 283 {1, S_O(browse_current), false, "follow playlist", off_on },
282 /* playlist */ 284 /* playlist */
283 {1, S_O(playlist_viewer_icons), true, "playlist viewer icons", off_on }, 285 {1, S_O(playlist_viewer_icons), true, "playlist viewer icons", off_on },
284 {1, S_O(playlist_viewer_indices), true, 286 {1, S_O(playlist_viewer_indices), true,
285 "playlist viewer indices", off_on }, 287 "playlist viewer indices", off_on },
286 {1, S_O(playlist_viewer_track_display), 0, 288 {1, S_O(playlist_viewer_track_display), 0,
287 "playlist viewer track display", "track name,full path" }, 289 "playlist viewer track display", "track name,full path" },