From 6862ff3dcbe99b20528ce9363a98f78315eefc4d Mon Sep 17 00:00:00 2001 From: Matthias Ettrich Date: Sat, 13 Nov 1999 02:02:10 +0000 Subject: [PATCH] transients again svn path=/trunk/kdebase/kwin/; revision=33640 --- workspace.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/workspace.cpp b/workspace.cpp index 5e7b97d8aa..2b1d466ef5 100644 --- a/workspace.cpp +++ b/workspace.cpp @@ -878,6 +878,8 @@ void Workspace::raiseClient( Client* c ) t2 = findClient( t->transientFor() ); if ( t2 == c ) goto end; + if ( t2 == t ) + break; t = t2; } raiseClient( t );