fu: Close-up of Fu, bringing a scoop of water to her mouth (Default)
fu ([personal profile] fu) wrote in [site community profile] changelog2010-08-13 12:35 am

[dw-free] Blanket: entry text color not being applied

[commit: http://hg.dwscoalition.org/dw-free/rev/12b8a731d064]

http://bugs.dwscoalition.org/show_bug.cgi?id=2947

Use entry text color in Blanket, explicitly. Should have no effect except in
Islands and Cities.

Patch by [personal profile] ninetydegrees.

Files modified:
  • bin/upgrading/s2layers/blanket/layout.s2
--------------------------------------------------------------------------------
diff -r e90b2a51013d -r 12b8a731d064 bin/upgrading/s2layers/blanket/layout.s2
--- a/bin/upgrading/s2layers/blanket/layout.s2	Fri Aug 13 08:29:42 2010 +0800
+++ b/bin/upgrading/s2layers/blanket/layout.s2	Fri Aug 13 08:35:25 2010 +0800
@@ -245,7 +245,7 @@ var string module_colors = generate_colo
 var string module_colors = generate_color_css( $*color_module_text, $*color_module_background, new Color );
 var string module_title_colors = generate_color_css( $*color_module_title, $*color_module_title_background, new Color );
 
-var string entry_colors = generate_color_css( new Color, $*color_entry_background, new Color );
+var string entry_colors = generate_color_css( $*color_entry_text, $*color_entry_background, new Color );
 var string entry_title_colors = generate_color_css( $*color_entry_title, new Color, new Color );
 var string userpic_colors = generate_color_css( new Color, $*color_entry_background, $*color_entry_border->darker() );
 
--------------------------------------------------------------------------------