changeset 777:1d60fb2c3b3b

[gaim-migrate @ 787] eh. it's debateable. gdk_beep(), printf("\a"), printf("%c", 0x07). committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Tue, 29 Aug 2000 01:03:07 +0000
parents 626975d79bff
children 035d3115c6fe
files src/sound.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/sound.c	Tue Aug 29 00:44:32 2000 +0000
+++ b/src/sound.c	Tue Aug 29 01:03:07 2000 +0000
@@ -243,7 +243,7 @@
 		return;
         else if (pid == 0) {
 		if (sound_options & OPT_SOUND_BEEP) {
-			gdk_beep();
+			printf("\a");
 			_exit(0);
 		}