diff src/sound.c @ 2601:61952dde7677

[gaim-migrate @ 2614] fine. sure. committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Thu, 25 Oct 2001 02:22:51 +0000
parents 86eaeb064e82
children ab2ca2770d2e
line wrap: on
line diff
--- a/src/sound.c	Wed Oct 24 21:10:27 2001 +0000
+++ b/src/sound.c	Thu Oct 25 02:22:51 2001 +0000
@@ -390,6 +390,7 @@
 	if (pid < 0)
 		return;
 	else if (pid == 0) {
+		alarm(30);
 		if (sound_options & OPT_SOUND_BEEP) {
 			g_print("\a");
 			_exit(0);
@@ -459,6 +460,7 @@
 	if (pid < 0)
 		return;
 	else if (pid == 0) {
+		alarm(30);
 		if (sound_options & OPT_SOUND_BEEP) {
 			g_print("\a");
 			_exit(0);