From da153da0be485aa4b937d58ee209eda7fb342053 Mon Sep 17 00:00:00 2001 From: Linus Nielsen Feltzing Date: Thu, 19 Oct 2006 09:42:58 +0000 Subject: Patch #5166 by Robert Keevil - Last.fm logging git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11269 a1c6a512-1295-4272-9138-f99709370657 --- apps/settings.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'apps/settings.c') diff --git a/apps/settings.c b/apps/settings.c index 196c432..9794568 100644 --- a/apps/settings.c +++ b/apps/settings.c @@ -665,6 +665,8 @@ static const struct bit_entry hd_bits[] = {2, S_O(fm_region), 0, "fm_region", "eu,us,jp,kr" }, #endif + {1, S_O(audioscrobbler), false, "Last.fm Logging", off_on}, + /* If values are just added to the end, no need to bump the version. */ /* new stuff to be added at the end */ -- cgit v1.1