HEAD needs one more fix for #55510.

svn path=/trunk/kdebase/kwin/; revision=212846
This commit is contained in:
Luboš Luňák 2003-03-10 17:36:05 +00:00
parent 20932da805
commit bc4d2d507a

View file

@ -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()));
}
}