add comment why we mouse unbind, just like kbd

This commit is contained in:
okan 2012-11-07 21:04:55 +00:00
parent 7f1851b8f6
commit 55edbe460d

1
conf.c
View File

@ -571,6 +571,7 @@ conf_mousebind(struct conf *c, char *name, char *binding)
if (errstr)
warnx("number of buttons is %s: %s", errstr, substring);
/* We now have the correct binding, remove duplicates. */
conf_mouseunbind(c, current_binding);
if (strcmp("unmap", binding) == 0) {