Fix the shipped themes statusbar config line

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21825 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Jonathan Gordon 2009-07-12 22:02:02 +00:00
parent 92fed35da6
commit 672b8b6375
2 changed files with 23 additions and 20 deletions

View file

@ -255,6 +255,9 @@ MOO
push @out, "background color: $bgcolor\n";
}
if($statusbar) {
if($rwps && $has_remote ) {
push @out, "remote statusbar: $statusbar\n";
}
push @out, "statusbar: $statusbar\n";
}
if(defined($backdrop)) {