summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDominik Riebeling <Dominik.Riebeling@gmail.com>2009-08-29 19:03:27 +0000
committerDominik Riebeling <Dominik.Riebeling@gmail.com>2009-08-29 19:03:27 +0000
commit47541e5f2f862a7a2dd314882dc9de068dc83102 (patch)
treea10e242eac5956013ec99304c686a0a7e6a18848
parent6fd6adbc4414e05ec73003c9ffb662c9ad000d57 (diff)
downloadrockbox-47541e5f2f862a7a2dd314882dc9de068dc83102.tar.gz
rockbox-47541e5f2f862a7a2dd314882dc9de068dc83102.zip
Replace "Party Mode" as Quickscreen top item with "Show Files" to get the old behaviour as default and prevent accidential enabling of party mode.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22545 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r--apps/settings_list.c2
-rw-r--r--manual/main_menu/main.tex1
2 files changed, 1 insertions, 2 deletions
diff --git a/apps/settings_list.c b/apps/settings_list.c
index db69f6cb9b..958c45840e 100644
--- a/apps/settings_list.c
+++ b/apps/settings_list.c
@@ -1526,7 +1526,7 @@ const struct settings_list settings[] = {
1526#endif 1526#endif
1527#ifdef HAVE_QUICKSCREEN 1527#ifdef HAVE_QUICKSCREEN
1528 CUSTOM_SETTING(0, qs_item_top, LANG_TOP_QS_ITEM, 1528 CUSTOM_SETTING(0, qs_item_top, LANG_TOP_QS_ITEM,
1529 &global_settings.party_mode, "qs top", 1529 &global_settings.dirfilter, "qs top",
1530 qs_load_from_cfg, qs_write_to_cfg, 1530 qs_load_from_cfg, qs_write_to_cfg,
1531 qs_is_changed, qs_set_default), 1531 qs_is_changed, qs_set_default),
1532 CUSTOM_SETTING(0, qs_item_left, LANG_LEFT_QS_ITEM, 1532 CUSTOM_SETTING(0, qs_item_left, LANG_LEFT_QS_ITEM,
diff --git a/manual/main_menu/main.tex b/manual/main_menu/main.tex
index a06f88c9d3..6eb539c718 100644
--- a/manual/main_menu/main.tex
+++ b/manual/main_menu/main.tex
@@ -263,7 +263,6 @@ pages of information.}
263 Although the \setting{Quick Screen} is accessible from nearly everywhere, 263 Although the \setting{Quick Screen} is accessible from nearly everywhere,
264 not just the \setting{Main Menu}, it is worth mentioning here. It allows 264 not just the \setting{Main Menu}, it is worth mentioning here. It allows
265 rapid access to your four favourite settings. The default settings are 265 rapid access to your four favourite settings. The default settings are
266 \setting{Party Mode},
267 \setting{Shuffle} (\reference{ref:PlaybackSettings}), 266 \setting{Shuffle} (\reference{ref:PlaybackSettings}),
268 \setting{Repeat} (\reference{ref:PlaybackSettings}) and the 267 \setting{Repeat} (\reference{ref:PlaybackSettings}) and the
269 \setting{Show Files} (\reference{ref:ShowFiles}) options, but almost all 268 \setting{Show Files} (\reference{ref:ShowFiles}) options, but almost all