From 437094da9c898c469902581bddcac876e4f04029 Mon Sep 17 00:00:00 2001 From: Jean Claveau Date: Tue, 8 Jul 2014 18:27:09 +0200 Subject: support for wdisplay --- src/widget/wdisplay.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/widget/wdisplay.cpp') diff --git a/src/widget/wdisplay.cpp b/src/widget/wdisplay.cpp index 3942efa2e2..4958fe047b 100644 --- a/src/widget/wdisplay.cpp +++ b/src/widget/wdisplay.cpp @@ -42,7 +42,7 @@ void WDisplay::setup(QDomNode node, const SkinContext& context) { if (context.hasNode(node, "BackPath")) { QString mode_str = context.selectAttributeString( context.selectElement(node, "BackPath"), "scalemode", "TILE"); - setPixmapBackground(context.getSkinPath(context.selectString(node, "BackPath")), + setPixmapBackground(context.getPixmapPath(context.selectNode(node, "BackPath")), Paintable::DrawModeFromString(mode_str)); } -- cgit v1.2.3