Lame mistake.

BUG: 91766

svn path=/trunk/kdebase/kwin/; revision=356778
This commit is contained in:
Luboš Luňák 2004-10-22 12:51:37 +00:00
parent fe1bea9821
commit 05e9a39a60

View file

@ -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 )