X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=src%2Ftree.c;h=4057d177b60246f9bcf60b609ce692ba8a13431e;hb=c9efa6dffe1dfda263d5ea25079168945ec52510;hp=f93b2262e817da7ac48639891e84009adedc6f68;hpb=830465b39f60bd22bbb5053a1e664d30e03351ad;p=i3%2Fi3 diff --git a/src/tree.c b/src/tree.c index f93b2262..4057d177 100644 --- a/src/tree.c +++ b/src/tree.c @@ -301,9 +301,7 @@ bool tree_close_internal(Con *con, kill_window_t kill_window, bool dont_kill_par if (ws == con) { DLOG("Closing workspace container %s, updating EWMH atoms\n", ws->name); - ewmh_update_number_of_desktops(); - ewmh_update_desktop_names(); - ewmh_update_wm_desktop(); + ewmh_update_desktop_properties(); } con_free(con);