comparison src/gaimrc.c @ 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 06f2bae259a0
children 332df87cf3d6
comparison
equal deleted inserted replaced
3098:778e4e27c33e 3099:a5f759e43fdd
771 } 771 }
772 772
773 } 773 }
774 774
775 /* this is where we do bugs and compatibility stuff */ 775 /* this is where we do bugs and compatibility stuff */
776 if (!(sound_options & (OPT_SOUND_BEEP | OPT_SOUND_ESD | OPT_SOUND_NORMAL | OPT_SOUND_NAS | OPT_SOUND_ARTSC))) 776 if (!(sound_options & (OPT_SOUND_BEEP | OPT_SOUND_ESD | OPT_SOUND_NORMAL | OPT_SOUND_NAS | OPT_SOUND_ARTSC | OPT_SOUND_CMD)))
777 sound_options |= OPT_SOUND_ESD | OPT_SOUND_NORMAL | OPT_SOUND_NAS | OPT_SOUND_ARTSC; 777 sound_options |= OPT_SOUND_ESD | OPT_SOUND_NORMAL | OPT_SOUND_NAS | OPT_SOUND_ARTSC;
778 778
779 if (conv_size.width == 0 && 779 if (conv_size.width == 0 &&
780 conv_size.height == 0 && 780 conv_size.height == 0 &&
781 conv_size.entry_height == 0) { 781 conv_size.entry_height == 0) {