From e4bd9e3774bb345e0458f5362ee6b1783e7056e2 Mon Sep 17 00:00:00 2001 From: Jonathan Gordon Date: Sun, 3 Oct 2010 05:43:36 +0000 Subject: Fix FS#11648 - loading a .cfg doesnt automatically save the new config, caused by r28120. This fix will only save the new config loaded from the browsers, not during boot git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28201 a1c6a512-1295-4272-9138-f99709370657 --- apps/settings.c | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/settings.c b/apps/settings.c index 06b4806..85b0489 100644 --- a/apps/settings.c +++ b/apps/settings.c @@ -369,6 +369,7 @@ bool settings_load_config(const char* file, bool apply) close(fd); if (apply) { + settings_save(); settings_apply(true); settings_apply_skins(); } -- cgit v1.1