From bc4d2d507a5ee04877d9e6c5d5604bc8915c3879 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lubo=C5=A1=20Lu=C5=88=C3=A1k?= Date: Mon, 10 Mar 2003 17:36:05 +0000 Subject: [PATCH] HEAD needs one more fix for #55510. svn path=/trunk/kdebase/kwin/; revision=212846 --- client.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client.cpp b/client.cpp index dd2ff8087f..a0597496ab 100644 --- a/client.cpp +++ b/client.cpp @@ -2121,7 +2121,7 @@ void Client::closeWindow() if( isNormalWindow()) Events::raise( Events::Delete ); XKillClient(qt_xdisplay(), win ); - workspace()->destroyClient( this ); + QTimer::singleShot( 0, this, SLOT( destroyClient())); } }