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;