just to prove that this doesn't make it any closer. i do like the window affinity though

svn path=/trunk/KDE/kdebase/workspace/libs/plasma/; revision=821059
This commit is contained in:
Aaron J. Seigo 2008-06-16 09:01:26 +00:00
parent a69ce2c265
commit 5c360d7651

View File

@ -1004,7 +1004,7 @@ void Containment::destroy()
if (isContainment()) {
//FIXME maybe that %1 should be the containment type not the name
if (KMessageBox::warningContinueCancel(0, i18n("Do you really want to remove this %1?", name()),
if (KMessageBox::warningContinueCancel(view(), i18n("Do you really want to remove this %1?", name()),
i18n("Remove %1", name()), KStandardGuiItem::remove()) == KMessageBox::Continue ) {
clearApplets();
corona()->destroyContainment(this);