Update of /cvsroot/gaim/gaim/src
In directory usw-pr-cvs1:/tmp/cvs-serv4278/src
Modified Files:
gaimrc.c
Log Message:
A fix by Robert McQueen to his sound code cleanups.
Index: gaimrc.c
===================================================================
RCS file: /cvsroot/gaim/gaim/src/gaimrc.c,v
retrieving revision 1.93
retrieving revision 1.94
diff -u -d -r1.93 -r1.94
--- gaimrc.c 26 Feb 2002 23:06:53 -0000 1.93
+++ gaimrc.c 28 Mar 2002 18:05:48 -0000 1.94
@@ -773,7 +773,7 @@
}
/* 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)))
+ if (!(sound_options & (OPT_SOUND_BEEP | OPT_SOUND_ESD | OPT_SOUND_NORMAL | OPT_SOUND_NAS | OPT_SOUND_ARTSC | OPT_SOUND_CMD)))
sound_options |= OPT_SOUND_ESD | OPT_SOUND_NORMAL | OPT_SOUND_NAS | OPT_SOUND_ARTSC;
if (conv_size.width == 0 &&
|