set the pointer at 0, ooops :)

svn path=/trunk/KDE/kdelibs/; revision=880104
This commit is contained in:
Marco Martin 2008-11-04 19:23:44 +00:00
parent d9a77cf958
commit 236cb1aa17

View File

@ -555,6 +555,7 @@ void Applet::setBusy(bool busy)
} else {
d->busyWidget->hide();
d->busyWidget->deleteLater();
d->busyWidget = 0;
}
}