aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/Screen.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Screen.cc b/src/Screen.cc
index ebf2b40..f125f7f 100644
--- a/src/Screen.cc
+++ b/src/Screen.cc
@@ -893,7 +893,7 @@ void BScreen::changeWorkspaceID(unsigned int id) {
893 id == m_current_workspace->workspaceID()) 893 id == m_current_workspace->workspaceID())
894 return; 894 return;
895 895
896 FbTk::App::instance()->sync(true); 896 FbTk::App::instance()->sync(false);
897 897
898 WinClient *focused_client = Fluxbox::instance()->getFocusedWindow(); 898 WinClient *focused_client = Fluxbox::instance()->getFocusedWindow();
899 FluxboxWindow *focused = 0; 899 FluxboxWindow *focused = 0;
@@ -958,7 +958,7 @@ void BScreen::sendToWorkspace(unsigned int id, FluxboxWindow *win, bool changeWS
958 } 958 }
959 959
960 960
961 FbTk::App::instance()->sync(true); 961 FbTk::App::instance()->sync(false);
962 962
963 if (win && &win->screen() == this && 963 if (win && &win->screen() == this &&
964 (! win->isStuck())) { 964 (! win->isStuck())) {