summary refs log tree commit diff stats
path: root/src/common/text.c
diff options
context:
space:
mode:
authorTingPing <tingping@tingping.se>2012-12-12 10:45:14 -0500
committerTingPing <tingping@tingping.se>2012-12-12 10:45:14 -0500
commitc1ccb244dbacb82519c0e0f85c82f8c6898b2cf2 (patch)
treef585d890c43abc033192954326212fd83e50c954 /src/common/text.c
parentc6d955ade738815ec119ae76db32a3fcc1ac5d72 (diff)
Don't beep when window is active.
Diffstat (limited to 'src/common/text.c')
-rw-r--r--src/common/text.c2
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 *