Merge branch 'obsd-master'

This commit is contained in:
Thomas Adam 2017-06-28 10:01:16 +01:00
commit 1ca920bbeb
2 changed files with 3 additions and 4 deletions

View File

@ -285,8 +285,7 @@ alerts_check_silence(struct window *w)
if (options_get_number(s->options, "bell-on-alert"))
alerts_ring_bell(s);
if (!options_get_number(s->options, "visual-silence"))
if (options_get_number(s->options, "visual-silence"))
alerts_set_message(s, "Silence in window %d", wl->idx);
}