split the theme settings apply() sutff out of settings_apply(). this should fix splas...
commit162963776c468656ec2c9add19e7275fc2c8f59a
authorjdgordon <jdgordon@a1c6a512-1295-4272-9138-f99709370657>
Fri, 26 Feb 2010 08:01:41 +0000 (26 08:01 +0000)
committerjdgordon <jdgordon@a1c6a512-1295-4272-9138-f99709370657>
Fri, 26 Feb 2010 08:01:41 +0000 (26 08:01 +0000)
tree61175529bff58521341186528871074b366e6436
parent33e442918bdc75bcdd69a5b19dd116af9b69f422
split the theme settings apply() sutff out of settings_apply(). this should fix splashes not being loc'ed, statusbar over the splash (fixed in sim, not on my mini2g though), and the supposed boot time slowdown.
What this also does is remove a bunch of unnecessary settings_Apply()'s from the ipod accessory code, and causes all non-skin settings to get applied each time (this includes font and langs which we wernt doing to stop disk access)

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24922 a1c6a512-1295-4272-9138-f99709370657
apps/SOURCES
apps/gui/quickscreen.c
apps/gui/theme_settings.c [new file with mode: 0644]
apps/gui/viewport.c
apps/iap.c
apps/main.c
apps/menus/main_menu.c
apps/menus/theme_menu.c
apps/settings.c
apps/settings.h