Don't force new windows to be at the beginning of the focus chain

(windows with focus stealing prevention shouldn't be there).


svn path=/trunk/KDE/kdebase/workspace/; revision=526557
This commit is contained in:
Luboš Luňák 2006-04-04 22:04:34 +00:00
parent 2b87139c6b
commit 95e16abda2

View file

@ -514,7 +514,7 @@ void Workspace::addClient( Client* c, allowed_t )
}
else
{
updateFocusChains( c, true );
updateFocusChains( c, false ); // add to focus chain if not already there
clients.append( c );
}
if( !unconstrained_stacking_order.contains( c ))