Fixed Twin crashes caused by commit 84d7db0. This resolves bug 2218.

pull/2/head
Michele Calgaro 10 years ago
parent 5ab19b14bd
commit a7c3b93497

@ -446,7 +446,6 @@ bool Workspace::activateNextClient( Client* c )
if( get_focus != NULL )
{
requestFocus( get_focus );
get_focus->setActive( true, true );
}
else
focusToNull();

Loading…
Cancel
Save