summaryrefslogtreecommitdiffstats
path: root/apps/main_menu.c
diff options
context:
space:
mode:
authorJonathan Gordon <rockbox@jdgordon.info>2006-12-06 12:11:57 +0000
committerJonathan Gordon <rockbox@jdgordon.info>2006-12-06 12:11:57 +0000
commit3e24665c417c2dd7dc292c9f12efae4e6544aa11 (patch)
treef769a05cd2ad2c4335dd9019c7cfbf787ceafe80 /apps/main_menu.c
parent761122dcff4158b68a0d3f977cff554c4e8365e3 (diff)
downloadrockbox-3e24665c417c2dd7dc292c9f12efae4e6544aa11.tar.gz
rockbox-3e24665c417c2dd7dc292c9f12efae4e6544aa11.zip
Fix settings not saving to disk correctly, (fixes FS#6408)
Stop playback.c requesting a rebuffer while not playing Shutting down from inside the menu will now save settings to disk, and entering the main menu will not force a setting save unless a setting actually changes git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11674 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/main_menu.c')
-rw-r--r--apps/main_menu.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/main_menu.c b/apps/main_menu.c
index 0ac4d94753..f66f511e9c 100644
--- a/apps/main_menu.c
+++ b/apps/main_menu.c
@@ -435,7 +435,6 @@ bool main_menu(void)
#endif
menu_exit(m);
- settings_save();
return result;
}