aboutsummaryrefslogtreecommitdiff
path: root/src/web.cc
diff options
context:
space:
mode:
authorJorge Arellano Cid <jcid@dillo.org>2009-02-09 14:56:31 -0300
committerJorge Arellano Cid <jcid@dillo.org>2009-02-09 14:56:31 -0300
commite32686c10a4f4fe7c34b181845220b5c491f32fb (patch)
treec090052c311a3a1732d03dc17fe357f97437b397 /src/web.cc
parent74f64426001a693759e47963f99965e0e6ee847d (diff)
whitespace cleanup: 's/ +$//g'
Diffstat (limited to 'src/web.cc')
-rw-r--r--src/web.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/web.cc b/src/web.cc
index 72071fc2..ff2b90ad 100644
--- a/src/web.cc
+++ b/src/web.cc
@@ -81,7 +81,7 @@ int a_Web_dispatch_by_type (const char *Type, DilloWeb *Web,
styleAttrs.margin.setVal (5);
styleAttrs.font = style::Font::create (layout, &fontAttrs);
styleAttrs.color = style::Color::create (layout, 0xff0000);
- styleAttrs.backgroundColor =
+ styleAttrs.backgroundColor =
style::Color::create (layout, prefs.bg_color);
widgetStyle = style::Style::create (layout, &styleAttrs);
dw->setStyle (widgetStyle);