aboutsummaryrefslogtreecommitdiff
path: root/src/Screen.cc
diff options
context:
space:
mode:
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();