summary refs log tree commit diff
path: root/mousefunc.c
diff options
context:
space:
mode:
authorokan <okan>2014-02-08 02:49:30 +0000
committerokan <okan>2014-02-08 02:49:30 +0000
commit8ddc90665e293efeb810ce73b871ee6e4f6ce68a (patch)
treef9420dc05d83dbd934bbb425161603bb0c4b4bb8 /mousefunc.c
parent8653141b4b5d76bd7238003cf43034681c7724a4 (diff)
parent6798e3dde302febeef3aa641eadea55d394461ff (diff)
downloadcwm-8ddc90665e293efeb810ce73b871ee6e4f6ce68a.tar.gz
cwm-8ddc90665e293efeb810ce73b871ee6e4f6ce68a.tar.xz
cwm-8ddc90665e293efeb810ce73b871ee6e4f6ce68a.zip
cvsimport
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 19668be..9db0aa6 100644
--- a/mousefunc.c
+++ b/mousefunc.c
@@ -203,7 +203,7 @@ mousefunc_menu_unhide(struct client_ctx *cc, union arg *arg)
 				continue;
 
 			menuq_add(&menuq, cc, "(%d) %s",
-			    cc->group ? cc->group->shortcut : 0, wname);
+			    cc->group->shortcut, wname);
 		}
 
 	if (TAILQ_EMPTY(&menuq))