summaryrefslogtreecommitdiff
path: root/apps/settings.c
diff options
context:
space:
mode:
authorHardeep Sidhu <dyp@pobox.com>2006-02-05 19:35:03 +0000
committerHardeep Sidhu <dyp@pobox.com>2006-02-05 19:35:03 +0000
commit941de8586c1d64742b5947cb4a49092478755eb5 (patch)
treee296a145fbd5561575d599a6a02bcf34ecbc6460 /apps/settings.c
parentd350e80b40a655e79a4f073fe35d126fc91e960c (diff)
downloadrockbox-941de8586c1d64742b5947cb4a49092478755eb5.tar.gz
rockbox-941de8586c1d64742b5947cb4a49092478755eb5.zip
Patch #1260463 - Warn on erasing modified dynamic playlist by Craig (ctb311276)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8589 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/settings.c')
-rw-r--r--apps/settings.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/apps/settings.c b/apps/settings.c
index 07db21ef66..d13f56891e 100644
--- a/apps/settings.c
+++ b/apps/settings.c
@@ -508,6 +508,9 @@ static const struct bit_entry hd_bits[] =
508#endif 508#endif
509#endif /* HAVE_LCD_BITMAP */ 509#endif /* HAVE_LCD_BITMAP */
510 510
511 {1, S_O(warnon_erase_dynplaylist), false,
512 "warn when erasing dynamic playlist", off_on },
513
511 /* If values are just added to the end, no need to bump the version. */ 514 /* If values are just added to the end, no need to bump the version. */
512 /* new stuff to be added at the end */ 515 /* new stuff to be added at the end */
513 516