aboutsummaryrefslogtreecommitdiff
path: root/src/Screen.cc
diff options
context:
space:
mode:
authormarkt <markt>2006-08-04 21:43:47 (GMT)
committermarkt <markt>2006-08-04 21:43:47 (GMT)
commit1dd5e0143e6ab63833851f4b3a42c500a9777162 (patch)
tree37273c4214f11483a0f24d8f0d4011e7a3e8c326 /src/Screen.cc
parentc2b35f06715e67e263b3ae70509930c474a9351c (diff)
downloadfluxbox-1dd5e0143e6ab63833851f4b3a42c500a9777162.zip
fluxbox-1dd5e0143e6ab63833851f4b3a42c500a9777162.tar.bz2
don't re-apply remembered settings on restart if they are set as window properties
Diffstat (limited to 'src/Screen.cc')
-rw-r--r--src/Screen.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Screen.cc b/src/Screen.cc
index 35df59a..60aed17 100644
--- a/src/Screen.cc
+++ b/src/Screen.cc
@@ -1379,7 +1379,7 @@ FluxboxWindow *BScreen::createWindow(Window client) {
1379 // and if so, then join it. 1379 // and if so, then join it.
1380 if ((other = findGroupRight(*winclient)) && other->fbwindow() != win) 1380 if ((other = findGroupRight(*winclient)) && other->fbwindow() != win)
1381 win->attachClient(*other); 1381 win->attachClient(*other);
1382 else if (other) 1382 else if (other) // should never happen
1383 win->moveClientRightOf(*other, *winclient); 1383 win->moveClientRightOf(*other, *winclient);
1384 1384
1385 m_clientlist_sig.notify(); 1385 m_clientlist_sig.notify();