[gaim-migrate @ 2614]

Thu, 25 Oct 2001 02:22:51 +0000

author
Eric Warmenhoven <warmenhoven@yahoo.com>
date
Thu, 25 Oct 2001 02:22:51 +0000
changeset 2601
e071e397e55e
parent 2600
4319d341eaaf
child 2602
13e60a06089e

[gaim-migrate @ 2614]
fine. sure.

src/sound.c file | annotate | diff | comparison | revisions
--- 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);

mercurial