From 338593f621a5b33e304d4f36cc100aefa2857599 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lubo=C5=A1=20Lu=C5=88=C3=A1k?= Date: Thu, 11 Dec 2003 09:11:52 +0000 Subject: [PATCH] This must have been a typo. svn path=/trunk/kdebase/kwin/; revision=272432 --- placement.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/placement.cpp b/placement.cpp index f69d6a78b2..82ce08fd22 100644 --- a/placement.cpp +++ b/placement.cpp @@ -441,7 +441,7 @@ void Placement::placeOnMainWindow(Client* c) } if( place_on == NULL ) { - if( mainwindows.count() != 2 ) + if( mainwindows.count() != 1 ) { placeCentered( c ); return;