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 155a113..ebcaaed 100644
--- a/src/Screen.cc
+++ b/src/Screen.cc
@@ -1263,7 +1263,7 @@ void BScreen::sendToWorkspace(unsigned int id, FluxboxWindow *win, bool changeWS
1263 1263
1264 // if the window is on current workspace, show it; else hide it. 1264 // if the window is on current workspace, show it; else hide it.
1265 if (id == currentWorkspace()->workspaceID() && !win->isIconic()) 1265 if (id == currentWorkspace()->workspaceID() && !win->isIconic())
1266 win->deiconify(false, false); 1266 win->show();
1267 else { 1267 else {
1268 win->hide(true); 1268 win->hide(true);
1269 FocusControl::revertFocus(*this); 1269 FocusControl::revertFocus(*this);