always call the placewindow routine

This commit is contained in:
Dana Jansens 2003-02-01 10:22:33 +00:00
parent e1e5293ae3
commit b18e83e010

View file

@ -512,8 +512,7 @@ void Screen::manageWindow(Window window)
// reparent the client to the frame
client->frame->grabClient();
if (!(openbox->state() == Openbox::State_Starting ||
client->positionRequested())) {
if (openbox->state() != Openbox::State_Starting) {
// position the window intelligenty .. hopefully :)
// call the python PLACEWINDOW binding
EventData data(_number, client, EventAction::PlaceWindow, 0);