diff options
author | markt <markt> | 2006-08-04 21:43:47 (GMT) |
---|---|---|
committer | markt <markt> | 2006-08-04 21:43:47 (GMT) |
commit | 1dd5e0143e6ab63833851f4b3a42c500a9777162 (patch) | |
tree | 37273c4214f11483a0f24d8f0d4011e7a3e8c326 /src/Window.cc | |
parent | c2b35f06715e67e263b3ae70509930c474a9351c (diff) | |
download | fluxbox_pavel-1dd5e0143e6ab63833851f4b3a42c500a9777162.zip fluxbox_pavel-1dd5e0143e6ab63833851f4b3a42c500a9777162.tar.bz2 |
don't re-apply remembered settings on restart if they are set as window properties
Diffstat (limited to 'src/Window.cc')
-rw-r--r-- | src/Window.cc | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/Window.cc b/src/Window.cc index f6c7242..687f2d4 100644 --- a/src/Window.cc +++ b/src/Window.cc | |||
@@ -627,7 +627,6 @@ void FluxboxWindow::attachClient(WinClient &client, int x, int y) { | |||
627 | WinClient *was_focused = 0; | 627 | WinClient *was_focused = 0; |
628 | WinClient *focused_win = FocusControl::focusedWindow(); | 628 | WinClient *focused_win = FocusControl::focusedWindow(); |
629 | 629 | ||
630 | WinClient *other = m_screen.findGroupLeft(client); | ||
631 | // get the current window on the end of our client list | 630 | // get the current window on the end of our client list |
632 | Window leftwin = None; | 631 | Window leftwin = None; |
633 | if (!clientList().empty()) | 632 | if (!clientList().empty()) |
@@ -691,9 +690,6 @@ void FluxboxWindow::attachClient(WinClient &client, int x, int y) { | |||
691 | 690 | ||
692 | client.saveBlackboxAttribs(m_blackbox_attrib); | 691 | client.saveBlackboxAttribs(m_blackbox_attrib); |
693 | m_clientlist.push_back(&client); | 692 | m_clientlist.push_back(&client); |
694 | |||
695 | if (other && other->fbwindow() == this) | ||
696 | moveClientRightOf(client, *other); | ||
697 | } | 693 | } |
698 | 694 | ||
699 | // make sure that the state etc etc is updated for the new client | 695 | // make sure that the state etc etc is updated for the new client |