]> Dogcows Code - chaz/openbox/blobdiff - openbox/client.c
don't need a force_reply when changing the decor for a window
[chaz/openbox] / openbox / client.c
index e9a2adf5cfe6df7eb83a576aea2e08babc72be73..ca1149044bb70b1c473345156d26f99935abe3e7 100644 (file)
@@ -1802,8 +1802,8 @@ void client_setup_decor_and_functions(ObClient *self, gboolean reconfig)
     client_change_allowed_actions(self);
 
     if (reconfig)
-        /* force reconfigure to make sure decorations are updated */
-        client_reconfigure(self, TRUE);
+        /* reconfigure to make sure decorations are updated */
+        client_reconfigure(self, FALSE);
 }
 
 static void client_change_allowed_actions(ObClient *self)
This page took 0.022045 seconds and 4 git commands to generate.