Lame mistake.
BUG: 91766 svn path=/trunk/kdebase/kwin/; revision=356778
This commit is contained in:
parent
fe1bea9821
commit
05e9a39a60
1 changed files with 1 additions and 1 deletions
|
@ -814,7 +814,7 @@ void Client::startupIdChanged()
|
|||
timestamp = asn_data.timestamp();
|
||||
if( timestamp != 0 )
|
||||
{
|
||||
bool activate = workspace()->allowClientActivation( this, asn_data.timestamp());
|
||||
bool activate = workspace()->allowClientActivation( this, timestamp );
|
||||
if( asn_data.desktop() != 0 && !isOnCurrentDesktop())
|
||||
activate = false; // it was started on different desktop than current one
|
||||
if( activate )
|
||||
|
|
Loading…
Reference in a new issue