Mercurial > pidgin
changeset 3099:a5f759e43fdd
[gaim-migrate @ 3113]
A fix by Robert McQueen to his sound code cleanups.
committer: Tailor Script <tailor@pidgin.im>
author | Sean Egan <seanegan@gmail.com> |
---|---|
date | Thu, 28 Mar 2002 18:05:48 +0000 |
parents | 778e4e27c33e |
children | dd78d89c910b |
files | src/gaimrc.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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 &&