From: Dana Jansens Date: Sun, 11 Mar 2007 19:27:44 +0000 (+0000) Subject: extra braces.. why does the world hate me so? X-Git-Url: https://git.brokenzipper.com/gitweb?a=commitdiff_plain;h=cbfa27759de455ddbfef3c2206c2c56cabf67c97;p=chaz%2Fopenbox extra braces.. why does the world hate me so? --- diff --git a/openbox/client.c b/openbox/client.c index 8358293d..02141af4 100644 --- a/openbox/client.c +++ b/openbox/client.c @@ -469,9 +469,7 @@ void client_manage(Window window) always */ if (!focus_client || client_search_focus_parent(self) != NULL) - { activate = TRUE; - } else { /* If time stamp is old, don't steal focus */ @@ -481,9 +479,7 @@ void client_manage(Window window) I stole this idea from KWin. It seems nice. */ if (!focus_client->can_focus && focus_client->focus_notify) - { activate = FALSE; - } } if (activate)