name the group client queue appropriately, like other queues

This commit is contained in:
okan
2014-09-08 21:15:14 +00:00
parent b64ce8558c
commit aac16013d2
4 changed files with 17 additions and 17 deletions

View File

@@ -188,7 +188,7 @@ mousefunc_menu_group(struct client_ctx *cc, union arg *arg)
TAILQ_INIT(&menuq);
TAILQ_FOREACH(gc, &sc->groupq, entry) {
if (TAILQ_EMPTY(&gc->clients))
if (TAILQ_EMPTY(&gc->clientq))
continue;
menuq_add(&menuq, gc,
group_hidden_state(gc) ? "%d: [%s]" : "%d: %s",