Looks like I reversed this condition in r1.398.2.49 .
svn path=/trunk/kdebase/kwin/; revision=257811
This commit is contained in:
parent
bf4fc6b898
commit
09f1ceb353
1 changed files with 1 additions and 1 deletions
|
@ -376,7 +376,7 @@ Workspace::~Workspace()
|
|||
++it )
|
||||
{
|
||||
// only release the window
|
||||
if( (*it)->isDesktop()) // TODO ?
|
||||
if( !(*it)->isDesktop()) // TODO ?
|
||||
storeFakeSessionInfo( *it );
|
||||
(*it)->releaseWindow( true );
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue