From 5aaf02f39f58ad28ea3c85a7e16f510f6ba14e84 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lubo=C5=A1=20Lu=C5=88=C3=A1k?= Date: Fri, 18 Oct 2002 13:25:19 +0000 Subject: [PATCH] Oh boy, was I really so stupid to make assumptions based on what xv does? svn path=/trunk/kdebase/kwin/; revision=184487 --- client.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client.cpp b/client.cpp index 832b84971b..b7567408db 100644 --- a/client.cpp +++ b/client.cpp @@ -889,7 +889,7 @@ bool Client::manage( bool isMapped, bool doNotShow, bool isInitial ) unsigned long usertime = 0; if ( !isTransient() && !session && ac && !ac->isDesktop() && - ac->resourceName() != resourceName() && + ac->resourceClass() != resourceClass() && ( usertime = userTime() ) > 0 && ac->userTime() > usertime ) { workspace()->stackClientUnderActive( this ); show();