diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2014-11-28 17:32:53 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2014-11-28 17:32:53 +0900 |
commit | a7c3b934973a9435120596a6a577ab62e6fee348 (patch) | |
tree | 1f34f159ed07da8a2d75fa7c3013cb75e057ab50 /twin | |
parent | 5ab19b14bd37985f904c0a1b42f5a6e36d6a3df0 (diff) | |
download | tdebase-a7c3b934973a9435120596a6a577ab62e6fee348.tar.gz tdebase-a7c3b934973a9435120596a6a577ab62e6fee348.zip |
Fixed Twin crashes caused by commit 84d7db0. This resolves bug 2218.
Diffstat (limited to 'twin')
-rw-r--r-- | twin/activation.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/twin/activation.cpp b/twin/activation.cpp index d00efc3d6..2e55b49c2 100644 --- a/twin/activation.cpp +++ b/twin/activation.cpp @@ -446,7 +446,6 @@ bool Workspace::activateNextClient( Client* c ) if( get_focus != NULL ) { requestFocus( get_focus ); - get_focus->setActive( true, true ); } else focusToNull(); |