client_update_protocols() doesnt change anything that would affect a client's decor or functions

This commit is contained in:
Dana Jansens 2010-05-19 21:05:14 -04:00
parent da6753973f
commit 4eb9a0c59e

View file

@ -1633,7 +1633,6 @@ static void event_handle_client(ObClient *client, XEvent *e)
client_update_title(client); client_update_title(client);
} else if (msgtype == OBT_PROP_ATOM(WM_PROTOCOLS)) { } else if (msgtype == OBT_PROP_ATOM(WM_PROTOCOLS)) {
client_update_protocols(client); client_update_protocols(client);
client_setup_decor_and_functions(client, TRUE);
} }
else if (msgtype == OBT_PROP_ATOM(NET_WM_STRUT) || else if (msgtype == OBT_PROP_ATOM(NET_WM_STRUT) ||
msgtype == OBT_PROP_ATOM(NET_WM_STRUT_PARTIAL)) { msgtype == OBT_PROP_ATOM(NET_WM_STRUT_PARTIAL)) {