From e8ebd60879d3ee1d3b66c997fac138bcf0dd886a Mon Sep 17 00:00:00 2001 From: Marco Martin Date: Sun, 4 May 2008 10:17:03 +0000 Subject: [PATCH] SVN_SILENT: make it compile with DYNAMIC_SHADOWS on svn path=/trunk/KDE/kdebase/workspace/libs/plasma/; revision=803838 --- applet.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/applet.cpp b/applet.cpp index 43fe0c0dc..e3a33766e 100644 --- a/applet.cpp +++ b/applet.cpp @@ -536,7 +536,7 @@ void Applet::setBackgroundHints(const BackgroundHints hints) if (d->shadow) { d->shadow->setVisible(true); } else { - shadow = new ShadowItem(this); + d->shadow = new ShadowItem(this); if (scene()) { scene()->addItem(d->shadow); d->shadow->show();