billiob pushed a commit to branch master.

http://git.enlightenment.org/apps/terminology.git/commit/?id=f2239735ab440825b73c4c87f29af00aec3fad0c

commit f2239735ab440825b73c4c87f29af00aec3fad0c
Author: Boris Faure <bill...@gmail.com>
Date:   Wed May 13 20:53:50 2015 +0200

    fix bell. we want it even if the term is focused
---
 src/bin/win.c | 2 --
 1 file changed, 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)
    solo = (Solo*) tc;
    term = solo->term;
 
-   if (tc->is_focused)
-     return;
    term->missed_bell = EINA_TRUE;
 
    if (!tc->wn->config->disable_visual_bell)

-- 


Reply via email to