Avoid warning.

svn path=/trunk/KDE/kdebase/workspace/; revision=800951
icc-effect-5.14.5
Luboš Luňák 2008-04-25 09:31:32 +00:00
parent 4c47bfb484
commit d7889ad2e0
1 changed files with 1 additions and 1 deletions

View File

@ -536,7 +536,7 @@ bool Client::sameAppWindowRoleMatch( const Client* c1, const Client* c2, bool ac
||
// hacks here
// Mozilla has resourceName() and resourceClass() swapped
c1->resourceName() == "mozilla" && c2->resourceName() == "mozilla" )
( c1->resourceName() == "mozilla" && c2->resourceName() == "mozilla" ))
{
if( !active_hack ) // without the active hack for focus stealing prevention,
return c1 == c2; // different mainwindows are always different apps