summaryrefslogtreecommitdiff
path: root/openbox
diff options
context:
space:
mode:
Diffstat (limited to 'openbox')
-rw-r--r--openbox/event.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/openbox/event.c b/openbox/event.c
index 9f115352..6df7098e 100644
--- a/openbox/event.c
+++ b/openbox/event.c
@@ -829,7 +829,7 @@ static void event_handle_client(ObClient *client, XEvent *e)
ob_debug("MapRequest for 0x%lx\n", client->window);
if (!client->iconic) break; /* this normally doesn't happen, but if it
does, we don't want it! */
- client_activate(client, TRUE);
+ client_activate(client, FALSE);
break;
case ClientMessage:
/* validate cuz we query stuff off the client here */