From e636ef9f6bb12225d5a4e2ad530f6a3a37560c52 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lubo=C5=A1=20Lu=C5=88=C3=A1k?= Date: Thu, 13 Nov 2003 17:13:17 +0000 Subject: [PATCH] Windows on all desktops are indeed on all desktops. svn path=/trunk/kdebase/kwin/; revision=266850 --- workspace.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/workspace.cpp b/workspace.cpp index cccef6f1f9..06d0a54a46 100644 --- a/workspace.cpp +++ b/workspace.cpp @@ -1124,7 +1124,7 @@ void Workspace::sendClientToDesktop( Client* c, int desk, bool dont_activate ) if ( c->desktop() == desk ) return; - bool was_on_desktop = c->isOnDesktop( desk ); + bool was_on_desktop = c->isOnDesktop( desk ) || c->isOnAllDesktops(); c->setDesktop( desk ); if ( c->isOnDesktop( currentDesktop() ) )