aboutsummaryrefslogtreecommitdiff
path: root/src/Window.cc
diff options
context:
space:
mode:
authormarkt <markt>2006-08-05 05:21:15 (GMT)
committermarkt <markt>2006-08-05 05:21:15 (GMT)
commit721c02204a5f00e7f1c59983df0b1549fe1e971b (patch)
tree52ceaccfc5e759a4363439307516c86bbb22fdca /src/Window.cc
parentc65b949f97ea1eecd01fad961a42f2bd3be1ed0b (diff)
downloadfluxbox-721c02204a5f00e7f1c59983df0b1549fe1e971b.zip
fluxbox-721c02204a5f00e7f1c59983df0b1549fe1e971b.tar.bz2
a little fix for auto-grouping after restart
Diffstat (limited to 'src/Window.cc')
-rw-r--r--src/Window.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Window.cc b/src/Window.cc
index 687f2d4..1895b13 100644
--- a/src/Window.cc
+++ b/src/Window.cc
@@ -386,7 +386,8 @@ void FluxboxWindow::init() {
386 386
387 assert(m_client); 387 assert(m_client);
388 m_client->setFluxboxWindow(this); 388 m_client->setFluxboxWindow(this);
389 m_client->setGroupLeftWindow(None); // nothing to the left. 389 if (!m_client->hasGroupLeftWindow())
390 m_client->setGroupLeftWindow(None); // nothing to the left.
390 391
391 // check for shape extension and whether the window is shaped 392 // check for shape extension and whether the window is shaped
392 m_shaped = false; 393 m_shaped = false;