diff options
| author | Nils Wallménius <nils@rockbox.org> | 2010-07-24 11:39:28 +0000 |
|---|---|---|
| committer | Nils Wallménius <nils@rockbox.org> | 2010-07-24 11:39:28 +0000 |
| commit | 7668c434a4637f0d76136a76813e3788d5b14d61 (patch) | |
| tree | 1f70052de1f6720ea5104c20eca832f66e7bce96 /apps/gui | |
| parent | 296ac7f716942808754c8021ecddf4da7dc98e89 (diff) | |
| download | rockbox-7668c434a4637f0d76136a76813e3788d5b14d61.zip rockbox-7668c434a4637f0d76136a76813e3788d5b14d61.tar.gz rockbox-7668c434a4637f0d76136a76813e3788d5b14d61.tar.bz2 rockbox-7668c434a4637f0d76136a76813e3788d5b14d61.tar.xz | |
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
Diffstat (limited to 'apps/gui')
| -rw-r--r-- | apps/gui/theme_settings.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/gui/theme_settings.c b/apps/gui/theme_settings.c index 7f4046c..f3628f6 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 |