From f1dbea6ae5783018f719d803676b78a1f3ab75d3 Mon Sep 17 00:00:00 2001 From: Matthias Ettrich Date: Mon, 15 Nov 1999 22:37:12 +0000 Subject: [PATCH] fixed client activation svn path=/trunk/kdebase/kwin/; revision=33993 --- workspace.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/workspace.cpp b/workspace.cpp index 3eb4f5060a..9a9ce51e2a 100644 --- a/workspace.cpp +++ b/workspace.cpp @@ -724,7 +724,7 @@ void Workspace::setActiveClient( Client* c ) void Workspace::activateClient( Client* c) { if (!c->isOnDesktop(currentDesktop()) ) { - // TODO switch desktop + setCurrentDesktop( c->desktop() ); } raiseClient( c ); c->show();