split the theme settings apply() sutff out of settings_apply(). this should fix splas...
commit07870e7bf7e401ffabe78c423b25f77c65746615
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
parente8b210f59277189409141332fa74b5d5b94c0cf9
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