SVN_SILENT: make it compile with DYNAMIC_SHADOWS on

svn path=/trunk/KDE/kdebase/workspace/libs/plasma/; revision=803838
This commit is contained in:
Marco Martin 2008-05-04 10:17:03 +00:00
parent 5df3e2846b
commit e8ebd60879

View File

@ -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();