From bf30a6995d6703d9c6e687b78384f3df898281f7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lubo=C5=A1=20Lu=C5=88=C3=A1k?= Date: Fri, 16 Apr 2004 11:46:21 +0000 Subject: [PATCH] Fix Shift+MMB in Konqy not working right. svn path=/trunk/kdebase/kwin/; revision=304205 --- activation.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/activation.cpp b/activation.cpp index 26a52df81d..f60e5e5927 100644 --- a/activation.cpp +++ b/activation.cpp @@ -725,6 +725,8 @@ Time Client::readUserTimeMapTimestamp( const KStartupInfoData* asn_data, Time Client::userTime() const { Time time = user_time; + if( time == 0 ) // doesn't want focus after showing + return 0; assert( group() != NULL ); if( time == -1U || ( group()->userTime() != -1U