This must have been a typo.

svn path=/trunk/kdebase/kwin/; revision=272432
This commit is contained in:
Luboš Luňák 2003-12-11 09:11:52 +00:00
parent bcd0bb4113
commit 338593f621

View file

@ -441,7 +441,7 @@ void Placement::placeOnMainWindow(Client* c)
}
if( place_on == NULL )
{
if( mainwindows.count() != 2 )
if( mainwindows.count() != 1 )
{
placeCentered( c );
return;