Don't change the client group visible status of a window if it is being
deleted. Hopefully fixes a crash in Client::exportMappingState(). svn path=/trunk/KDE/kdebase/workspace/; revision=1050010
This commit is contained in:
parent
e096c60502
commit
7fe224e579
1 changed files with 2 additions and 0 deletions
|
@ -1645,6 +1645,8 @@ void Client::dontMoveResize()
|
||||||
|
|
||||||
void Client::setClientShown( bool shown )
|
void Client::setClientShown( bool shown )
|
||||||
{
|
{
|
||||||
|
if( deleting )
|
||||||
|
return; // Don't change shown status if this client is being deleted
|
||||||
if( !shown )
|
if( !shown )
|
||||||
{
|
{
|
||||||
unmap( Allowed );
|
unmap( Allowed );
|
||||||
|
|
Loading…
Reference in a new issue