if the config dialog is still around, delete it when the applet goes down.

svn path=/trunk/KDE/kdelibs/; revision=930709
This commit is contained in:
Aaron J. Seigo 2009-02-24 02:34:57 +00:00
parent 830a1d19dd
commit 6bae773c79

View File

@ -182,6 +182,7 @@ Applet::~Applet()
}
// clean up our config dialog, if any
delete KConfigDialog::exists(d->configDialogId());
delete d;
}