From 53d39c6c470cbeca66f7ed24c6db3722d586030a Mon Sep 17 00:00:00 2001 From: okan Date: Fri, 10 Feb 2017 15:00:54 +0000 Subject: Fix group hidden state when a client wants to be on all desktops on start; reported by Vadim Vygonets with diff, but another approach was taken. --- group.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'group.c') diff --git a/group.c b/group.c index d76f7e6..68f2cb3 100644 --- a/group.c +++ b/group.c @@ -16,7 +16,7 @@ * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. * - * $OpenBSD: group.c,v 1.125 2016/10/24 17:39:38 okan Exp $ + * $OpenBSD: group.c,v 1.126 2017/02/10 15:00:54 okan Exp $ */ #include @@ -164,7 +164,7 @@ group_movetogroup(struct client_ctx *cc, int idx) if (cc->gc == gc) return; - if (group_holds_only_hidden(gc)) + if (gc->num != 0 && group_holds_only_hidden(gc)) client_hide(cc); group_assign(gc, cc); } -- cgit v1.2.3-2-gb3c3