summary refs log tree commit diff
path: root/mousefunc.c
diff options
context:
space:
mode:
authorokan <okan>2014-09-08 21:15:14 +0000
committerokan <okan>2014-09-08 21:15:14 +0000
commitaac16013d21fd14ac9e570ffee91a591987c50d1 (patch)
tree6b8c3db570271fc8999dc84cb3f87bab2427be33 /mousefunc.c
parentb64ce8558c8077716776758390864eaef9cfd5b5 (diff)
downloadcwm-aac16013d21fd14ac9e570ffee91a591987c50d1.tar.gz
cwm-aac16013d21fd14ac9e570ffee91a591987c50d1.tar.xz
cwm-aac16013d21fd14ac9e570ffee91a591987c50d1.zip
name the group client queue appropriately, like other queues
Diffstat (limited to 'mousefunc.c')
-rw-r--r--mousefunc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mousefunc.c b/mousefunc.c
index b46fcfc..2d3909e 100644
--- a/mousefunc.c
+++ b/mousefunc.c
@@ -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",