diff options
Diffstat (limited to 'src/Window.cc')
-rw-r--r-- | src/Window.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Window.cc b/src/Window.cc index d9c273a..6310ce1 100644 --- a/src/Window.cc +++ b/src/Window.cc | |||
@@ -764,7 +764,6 @@ bool FluxboxWindow::detachClient(WinClient &client) { | |||
764 | // m_client must be valid as there should be at least one other window | 764 | // m_client must be valid as there should be at least one other window |
765 | // otherwise this wouldn't be here (refer numClients() <= 1 return) | 765 | // otherwise this wouldn't be here (refer numClients() <= 1 return) |
766 | client.setFluxboxWindow(screen().createWindow(client)); | 766 | client.setFluxboxWindow(screen().createWindow(client)); |
767 | m_client->raise(); | ||
768 | return true; | 767 | return true; |
769 | } | 768 | } |
770 | 769 | ||