mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-07 13:45:03 -05:00
Fix a bug introduced r16373 - the .cfg files for the bundled themes no longer included the fg/bg colours for any target.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16382 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
69b7141f68
commit
b68a762aef
1 changed files with 2 additions and 2 deletions
|
|
@ -253,8 +253,8 @@ MOO
|
|||
}
|
||||
|
||||
# Get the LCD sizes first
|
||||
my ($main_height, $main_width, $main_depth) = getlcdsizes();
|
||||
my ($remote_height, $remote_width, $remote_depth) = getlcdsizes(1);
|
||||
($main_height, $main_width, $main_depth) = getlcdsizes();
|
||||
($remote_height, $remote_width, $remote_depth) = getlcdsizes(1);
|
||||
|
||||
#print "LCD: ${main_height}x${main_width}x${main_depth}\n";
|
||||
$has_remote = 1 if ($remote_height && $remote_width && remote_depth);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue