diff options
Diffstat (limited to 'src/Screen.cc')
-rw-r--r-- | src/Screen.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Screen.cc b/src/Screen.cc index 9a7d433..a87a842 100644 --- a/src/Screen.cc +++ b/src/Screen.cc | |||
@@ -1329,7 +1329,7 @@ void BScreen::sendToWorkspace(unsigned int id, FluxboxWindow *win, bool changeWS | |||
1329 | if (id == currentWorkspace()->workspaceID() && !win->isIconic()) | 1329 | if (id == currentWorkspace()->workspaceID() && !win->isIconic()) |
1330 | win->deiconify(false, false); | 1330 | win->deiconify(false, false); |
1331 | else { | 1331 | else { |
1332 | win->withdraw(true); | 1332 | win->hide(true); |
1333 | FocusControl::revertFocus(*this); | 1333 | FocusControl::revertFocus(*this); |
1334 | } | 1334 | } |
1335 | 1335 | ||