HEAD needs one more fix for #55510.

svn path=/trunk/kdebase/kwin/; revision=212846
remotes/origin/Plasma/5.0
Luboš Luňák 23 years ago
parent 20932da805
commit bc4d2d507a
  1. 2
      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()));
}
}

Loading…
Cancel
Save