From: Dana Jansens Date: Thu, 20 May 2010 01:05:14 +0000 (-0400) Subject: client_update_protocols() doesnt change anything that would affect a client's decor... X-Git-Url: https://git.brokenzipper.com/gitweb?a=commitdiff_plain;h=4eb9a0c59efb6bfd598e35fe692e6b4b994e499c;p=chaz%2Fopenbox client_update_protocols() doesnt change anything that would affect a client's decor or functions --- diff --git a/openbox/event.c b/openbox/event.c index 8daa4281..d3ffae12 100644 --- a/openbox/event.c +++ b/openbox/event.c @@ -1633,7 +1633,6 @@ static void event_handle_client(ObClient *client, XEvent *e) client_update_title(client); } else if (msgtype == OBT_PROP_ATOM(WM_PROTOCOLS)) { client_update_protocols(client); - client_setup_decor_and_functions(client, TRUE); } else if (msgtype == OBT_PROP_ATOM(NET_WM_STRUT) || msgtype == OBT_PROP_ATOM(NET_WM_STRUT_PARTIAL)) {