From 05e9a39a606b9730ed7907d26394f26956e437eb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lubo=C5=A1=20Lu=C5=88=C3=A1k?= Date: Fri, 22 Oct 2004 12:51:37 +0000 Subject: [PATCH] Lame mistake. BUG: 91766 svn path=/trunk/kdebase/kwin/; revision=356778 --- activation.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/activation.cpp b/activation.cpp index ef86210b6f..8fe89346b9 100644 --- a/activation.cpp +++ b/activation.cpp @@ -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 )