From 236cb1aa1762ff92580c4571a6ff5467b74a2831 Mon Sep 17 00:00:00 2001 From: Marco Martin Date: Tue, 4 Nov 2008 19:23:44 +0000 Subject: [PATCH] set the pointer at 0, ooops :) svn path=/trunk/KDE/kdelibs/; revision=880104 --- applet.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/applet.cpp b/applet.cpp index 5c62c0310..78dbe2dbb 100644 --- a/applet.cpp +++ b/applet.cpp @@ -555,6 +555,7 @@ void Applet::setBusy(bool busy) } else { d->busyWidget->hide(); d->busyWidget->deleteLater(); + d->busyWidget = 0; } }