diff src/gaimrc.c @ 2592:f194dd8250d4

[gaim-migrate @ 2605] hi committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Wed, 24 Oct 2001 01:42:48 +0000
parents 86eaeb064e82
children 477a035d81e5
line wrap: on
line diff
--- a/src/gaimrc.c	Tue Oct 23 21:39:44 2001 +0000
+++ b/src/gaimrc.c	Wed Oct 24 01:42:48 2001 +0000
@@ -769,6 +769,10 @@
 
 	}
 
+	/* this is where we do bugs and compatibility stuff */
+	if (!(sound_options & (OPT_SOUND_BEEP | OPT_SOUND_ESD | OPT_SOUND_NORMAL | OPT_SOUND_NAS | OPT_SOUND_ARTSC)))
+		sound_options |= OPT_SOUND_ESD | OPT_SOUND_NORMAL | OPT_SOUND_NAS | OPT_SOUND_ARTSC;
+
 	if (conv_size.width == 0 &&
 	    conv_size.height == 0 &&
 	    conv_size.entry_height == 0) {