destroy the message, if any, when we fail
svn path=/trunk/KDE/kdelibs/; revision=1047341
This commit is contained in:
parent
c5d9d11481
commit
e77dfbe529
@ -361,6 +361,7 @@ void Applet::setFailedToLaunch(bool failed, const QString &reason)
|
||||
setLayout(0);
|
||||
|
||||
if (failed) {
|
||||
d->destroyMessageOverlay();
|
||||
setBackgroundHints(d->backgroundHints|StandardBackground);
|
||||
|
||||
QGraphicsLinearLayout *failureLayout = new QGraphicsLinearLayout(this);
|
||||
|
Loading…
x
Reference in New Issue
Block a user