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 // reparent the client to the frame
client->frame->grabClient(); client->frame->grabClient();
if (!(openbox->state() == Openbox::State_Starting || if (openbox->state() != Openbox::State_Starting) {
client->positionRequested())) {
// position the window intelligenty .. hopefully :) // position the window intelligenty .. hopefully :)
// call the python PLACEWINDOW binding // call the python PLACEWINDOW binding
EventData data(_number, client, EventAction::PlaceWindow, 0); EventData data(_number, client, EventAction::PlaceWindow, 0);