From 6efad93713a67ab21caf8be8c167c730912e8b86 Mon Sep 17 00:00:00 2001 From: Jonathan Gordon Date: Tue, 19 Dec 2006 12:03:20 +0000 Subject: revert my previous commit, Save your settings manually to a .cfg if you are worried about settings not taking effect. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11816 a1c6a512-1295-4272-9138-f99709370657 --- apps/misc.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/apps/misc.c b/apps/misc.c index b5c1dc28b9..02faec821a 100644 --- a/apps/misc.c +++ b/apps/misc.c @@ -556,7 +556,7 @@ bool settings_parseline(char* line, char** name, char** value) static void system_flush(void) { tree_flush(); - settings_save(); + /*settings_save();*/ call_ata_idle_notifys(true); /*doesnt work on usb and shutdown from ata thread */ } @@ -570,7 +570,6 @@ static bool clean_shutdown(void (*callback)(void *), void *parameter) #ifdef SIMULATOR (void)callback; (void)parameter; - settings_save(); call_ata_idle_notifys(true); exit(0); #else -- cgit v1.2.3