diff options
author | okan | 2014-02-07 21:59:56 +0000 |
---|---|---|
committer | okan | 2014-02-07 21:59:56 +0000 |
commit | da2cf40144126f1d08c1d74326c3e1129946674b (patch) | |
tree | b224171228cb5e2249ae3843ee499224905feb94 /mousefunc.c | |
parent | 411961cc6c0b1f83e1733b9679f10e1f7dda8dde (diff) | |
download | cwm-da2cf40144126f1d08c1d74326c3e1129946674b.tar.gz |
all mapped clients now should have a group, so simplify some cases
Diffstat (limited to 'mousefunc.c')
-rw-r--r-- | mousefunc.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mousefunc.c b/mousefunc.c index 682fa51..5bf3468 100644 --- a/mousefunc.c +++ b/mousefunc.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: mousefunc.c,v 1.70 2014/01/30 14:40:21 okan Exp $ + * $OpenBSD: mousefunc.c,v 1.71 2014/02/07 21:59:56 okan Exp $ */ #include <sys/param.h> @@ -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)) |