put the overlay in popup for the setConfigurationrequired applets

busy spinner remains into the panel

svn path=/trunk/KDE/kdelibs/; revision=1020865
This commit is contained in:
Marco Martin 2009-09-07 11:59:09 +00:00
parent 38e309aec5
commit 4fdea87216

View File

@ -956,7 +956,7 @@ void Applet::setConfigurationRequired(bool needsConfig, const QString &reason)
return;
}
d->createMessageOverlay(false);
d->createMessageOverlay(true);
d->messageOverlay->opacity = 0.4;
QGraphicsGridLayout *configLayout = new QGraphicsGridLayout(d->messageOverlay);