diff options
author | Boris Faure <billiob@gmail.com> | 2015-05-13 20:53:50 +0200 |
---|---|---|
committer | Boris Faure <billiob@gmail.com> | 2015-05-13 20:53:50 +0200 |
commit | f2239735ab440825b73c4c87f29af00aec3fad0c (patch) | |
tree | b36c171ff076bf029a713d9a9fe7b4c400f49b87 /src | |
parent | 948c1399cd98303f3f517de115be80c7600810fb (diff) |
fix bell. we want it even if the term is focused
Diffstat (limited to 'src')
-rw-r--r-- | src/bin/win.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/bin/win.c b/src/bin/win.c index cff91e3..9a10b39 100644 --- a/src/bin/win.c +++ b/src/bin/win.c | |||
@@ -278,8 +278,6 @@ _solo_bell(Term_Container *tc, Term_Container *child EINA_UNUSED) | |||
278 | solo = (Solo*) tc; | 278 | solo = (Solo*) tc; |
279 | term = solo->term; | 279 | term = solo->term; |
280 | 280 | ||
281 | if (tc->is_focused) | ||
282 | return; | ||
283 | term->missed_bell = EINA_TRUE; | 281 | term->missed_bell = EINA_TRUE; |
284 | 282 | ||
285 | if (!tc->wn->config->disable_visual_bell) | 283 | if (!tc->wn->config->disable_visual_bell) |