From 7668c434a4637f0d76136a76813e3788d5b14d61 Mon Sep 17 00:00:00 2001 From: Nils Wallménius Date: Sat, 24 Jul 2010 11:39:28 +0000 Subject: Fix FS#11204 logf build on h300 hung on bootup git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27541 a1c6a512-1295-4272-9138-f99709370657 --- apps/gui/theme_settings.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps') diff --git a/apps/gui/theme_settings.c b/apps/gui/theme_settings.c index 7f4046c70b..f3628f60db 100644 --- a/apps/gui/theme_settings.c +++ b/apps/gui/theme_settings.c @@ -58,7 +58,7 @@ static const struct skin_load_setting skins[] = { #if CONFIG_TUNER { global_settings.fms_file, "fms", fms_data_load}, #endif -#ifdef HAVE_REMOTE_LCD +#if defined(HAVE_REMOTE_LCD) && NB_SCREENS > 1 { global_settings.rsbs_file, "rsbs", sb_skin_data_load}, { global_settings.rwps_file, "rwps", wps_data_load}, #if CONFIG_TUNER -- cgit v1.2.3