diff options
author | TingPing <tingping@tingping.se> | 2012-12-12 10:45:14 -0500 |
---|---|---|
committer | TingPing <tingping@tingping.se> | 2012-12-12 10:45:14 -0500 |
commit | c1ccb244dbacb82519c0e0f85c82f8c6898b2cf2 (patch) | |
tree | f585d890c43abc033192954326212fd83e50c954 /src/common/text.c | |
parent | c6d955ade738815ec119ae76db32a3fcc1ac5d72 (diff) |
Don't beep when window is active.
Diffstat (limited to 'src/common/text.c')
-rw-r--r-- | src/common/text.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/text.c b/src/common/text.c index 0b8f9d0b..f57165be 100644 --- a/src/common/text.c +++ b/src/common/text.c @@ -2253,7 +2253,7 @@ sound_beep (session *sess) sound_play_event (XP_TE_BEEP); else /* system beep */ - fe_beep (); + fe_beep (sess); } static char * |