diff options
author | markt <markt> | 2007-11-12 23:16:13 (GMT) |
---|---|---|
committer | markt <markt> | 2007-11-12 23:16:13 (GMT) |
commit | bed4ba4d65dba0d12a8352a46436f25ce3d0e7d1 (patch) | |
tree | a858fb9aca5ed5d2e9fe0b7e38a4dd35d2805001 /src/Window.cc | |
parent | 5d7043320da1378e7dd3b10f7e425f3b47455b28 (diff) | |
download | fluxbox-bed4ba4d65dba0d12a8352a46436f25ce3d0e7d1.zip fluxbox-bed4ba4d65dba0d12a8352a46436f25ce3d0e7d1.tar.bz2 |
a little fix for focusing lowered tabs on other workspaces
Diffstat (limited to 'src/Window.cc')
-rw-r--r-- | src/Window.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Window.cc b/src/Window.cc index 903756a..aae258c 100644 --- a/src/Window.cc +++ b/src/Window.cc | |||
@@ -1316,7 +1316,7 @@ bool FluxboxWindow::focus() { | |||
1316 | screen().sendToWorkspace(screen().currentWorkspaceID(), this, false); | 1316 | screen().sendToWorkspace(screen().currentWorkspaceID(), this, false); |
1317 | // warp to the workspace of the window | 1317 | // warp to the workspace of the window |
1318 | else | 1318 | else |
1319 | screen().changeWorkspaceID(workspaceNumber()); | 1319 | screen().changeWorkspaceID(workspaceNumber(), false); |
1320 | } | 1320 | } |
1321 | 1321 | ||
1322 | if (isIconic()) { | 1322 | if (isIconic()) { |