fixed client activation
svn path=/trunk/kdebase/kwin/; revision=33993
This commit is contained in:
parent
bd7c253101
commit
f1dbea6ae5
1 changed files with 1 additions and 1 deletions
|
@ -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();
|
||||
|
|
Loading…
Reference in a new issue