This commit is contained in:
markt 2006-07-30 23:58:08 +00:00
parent f031de3c32
commit fc550ba2e0

View file

@ -508,6 +508,9 @@ void FluxboxWindow::init() {
restoreAttributes();
if (m_workspace_number < 0 || m_workspace_number >= screen().numberOfWorkspaces())
m_workspace_number = screen().currentWorkspaceID();
bool place_window = (m_old_pos_x == 0);
if (fluxbox.isStartup())