don't send stuck windows to other workspaces

This commit is contained in:
Mark Tiefenbruck 2008-06-23 13:12:41 -07:00
parent 97048f8900
commit 0d6edbdd38

View file

@ -1200,7 +1200,7 @@ void BScreen::sendToWorkspace(unsigned int id, FluxboxWindow *win, bool changeWS
if (!win)
win = FocusControl::focusedFbWindow();
if (!win || &win->screen() != this)
if (!win || &win->screen() != this || win->isStuck())
return;
FbTk::App::instance()->sync(false);