# HG changeset patch # User Sean Egan # Date 1017338748 0 # Node ID a5f759e43fdd654c76423ab88492a32fc99753e4 # Parent 778e4e27c33ed53464853c43803f0a972ec66d4f [gaim-migrate @ 3113] A fix by Robert McQueen to his sound code cleanups. committer: Tailor Script diff -r 778e4e27c33e -r a5f759e43fdd src/gaimrc.c --- a/src/gaimrc.c Thu Mar 28 18:03:14 2002 +0000 +++ b/src/gaimrc.c Thu Mar 28 18:05:48 2002 +0000 @@ -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 &&