From e1ba7f76efce1c9eabd33577ee4dc4efaa218f70 Mon Sep 17 00:00:00 2001 From: Jonathan Gordon Date: Thu, 6 Mar 2008 07:03:14 +0000 Subject: there is no need to load the filename settings unless reading from a .cfg, so stop them being read every time settings_apply() is called git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16535 a1c6a512-1295-4272-9138-f99709370657 --- apps/main.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'apps/main.c') diff --git a/apps/main.c b/apps/main.c index bb29eb73dc..15dd1bcef9 100644 --- a/apps/main.c +++ b/apps/main.c @@ -293,7 +293,7 @@ static void init(void) settings_reset(); settings_load(SETTINGS_ALL); gui_sync_wps_init(); - settings_apply(); + settings_apply(true); init_dircache(true); init_dircache(false); #ifdef HAVE_TAGCACHE @@ -519,7 +519,7 @@ static void init(void) } gui_sync_wps_init(); - settings_apply(); + settings_apply(true); init_dircache(false); #ifdef HAVE_TAGCACHE init_tagcache(); -- cgit v1.2.3