aboutsummaryrefslogtreecommitdiff
path: root/src/styleengine.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/styleengine.cc')
-rw-r--r--src/styleengine.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/styleengine.cc b/src/styleengine.cc
index 5b3b34f0..98b31d32 100644
--- a/src/styleengine.cc
+++ b/src/styleengine.cc
@@ -524,6 +524,7 @@ void StyleEngine::apply (int i, StyleAttrs *attrs, CssPropertyList *props,
Color::create(layout, prefs.white_bg_replacement);
break;
case CSS_PROPERTY_BACKGROUND_IMAGE:
+ if (prefs.load_background_images)
{
DilloUrl *imgUrl =
a_Url_new (p->value.strVal, a_Url_str (url));