summaryrefslogtreecommitdiffstats
path: root/twin/group.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'twin/group.cpp')
-rw-r--r--twin/group.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/twin/group.cpp b/twin/group.cpp
index 41c987dbe..62d235d92 100644
--- a/twin/group.cpp
+++ b/twin/group.cpp
@@ -518,7 +518,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