fix bell. we want it even if the term is focused

This commit is contained in:
Boris Faure 2015-05-13 20:53:50 +02:00
parent 948c1399cd
commit f2239735ab
1 changed files with 0 additions and 2 deletions

View File

@ -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)