This commit is contained in:
Dana Jansens 2003-03-25 02:20:16 +00:00
parent 5722e9e98d
commit c9a35f0b81

View file

@ -438,7 +438,7 @@ static void event_handle_client(Client *client, XEvent *e)
client_unmanage(client);
break;
case MapRequest:
if (!client->iconic) break; /* this normal doesn't happen, but if it
if (!client->iconic) break; /* this normally doesn't happen, but if it
does, we don't want it! */
if (screen_showing_desktop)
screen_show_desktop(FALSE);