]> Dogcows Code - chaz/openbox/blobdiff - openbox/event.c
update swedish translation (bork bork bork)
[chaz/openbox] / openbox / event.c
index 2dcb6af2f220e1811294ae1533273ad0e3bc3935..cc875d5653e72eaa28e4325703af8ba15e046341 100644 (file)
@@ -1128,6 +1128,8 @@ static void event_handle_client(ObClient *client, XEvent *e)
                    msgtype == prop_atoms.net_wm_icon_name ||
                    msgtype == prop_atoms.wm_icon_name) {
             client_update_title(client);
+        } else if (msgtype == prop_atoms.wm_command) {
+            client_update_command(client);
         } else if (msgtype == prop_atoms.wm_class) {
             client_update_class(client);
         } else if (msgtype == prop_atoms.wm_protocols) {
This page took 0.019565 seconds and 4 git commands to generate.