aboutsummaryrefslogtreecommitdiff
path: root/dw
diff options
context:
space:
mode:
authorJohannes Hofmann <Johannes.Hofmann@gmx.de>2010-09-24 23:08:24 +0200
committerJohannes Hofmann <Johannes.Hofmann@gmx.de>2010-09-24 23:08:24 +0200
commitb66ff3ea295863bebe2d062df0c235891f9a597b (patch)
tree9ca2de7d57b2e340d947b3b20c40e2bd23c498ad /dw
parentadd402b9774dd3a8d0a097e4d40a650e360022e4 (diff)
bring back bg_color dillorc option
Diffstat (limited to 'dw')
-rw-r--r--dw/widget.cc4
1 files changed, 1 insertions, 3 deletions
diff --git a/dw/widget.cc b/dw/widget.cc
index ded963fc..ee8cb17c 100644
--- a/dw/widget.cc
+++ b/dw/widget.cc
@@ -337,9 +337,7 @@ style::Color *Widget::getBgColor ()
widget = widget->parent;
}
- MSG_WARN("No background color found!\n");
- return NULL;
-
+ return layout->getBgColor ();
}