From 035bf83f59424d1fa402e6b36d0221d93a79cfc1 Mon Sep 17 00:00:00 2001 From: Julien Danjou Date: Mon, 15 Oct 2007 20:23:54 +0200 Subject: [PATCH] untab on unmanage --- client.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/client.c b/client.c index 48252ee7..b1c25a0b 100644 --- a/client.c +++ b/client.c @@ -25,6 +25,7 @@ #include #include "screen.h" +#include "tab.h" #include "awesome.h" #include "layout.h" #include "tag.h" @@ -559,6 +560,7 @@ unmanage(Client * c, long state, awesome_config *awesomeconf) { XWindowChanges wc; + client_untab(c); c->unmapped = True; wc.border_width = c->oldborder; /* The server grab construct avoids race conditions. */