Looks like I reversed this condition in r1.398.2.49 .

svn path=/trunk/kdebase/kwin/; revision=257811
icc-effect-5.14.5
Luboš Luňák 2003-10-10 17:28:47 +00:00
parent bf4fc6b898
commit 09f1ceb353
1 changed files with 1 additions and 1 deletions

View File

@ -376,7 +376,7 @@ Workspace::~Workspace()
++it )
{
// only release the window
if( (*it)->isDesktop()) // TODO ?
if( !(*it)->isDesktop()) // TODO ?
storeFakeSessionInfo( *it );
(*it)->releaseWindow( true );
}