diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2014-11-29 00:33:46 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2014-11-29 00:34:07 -0600 |
commit | 17b142dd646ce4053f4548c0ff7b189531219c32 (patch) | |
tree | f1cdf93b01b4c76d8d9e5079d64c2a27b442cc98 /twin/group.cpp | |
parent | 2f7d50c20cebb33745c0ecea5a5b6cc3f4747d6e (diff) | |
download | tdebase-17b142dd646ce4053f4548c0ff7b189531219c32.tar.gz tdebase-17b142dd646ce4053f4548c0ff7b189531219c32.zip |
Send setActive signal when taking focus in Client::takeFocus
This relates to Bug 2189
Clean up minor formatting issues
Diffstat (limited to 'twin/group.cpp')
-rw-r--r-- | twin/group.cpp | 2 |
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 |