comparison 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
comparison
equal deleted inserted replaced
2591:b771cbe7e161 2592:f194dd8250d4
767 blist_pos.yoff = atoi(p->value[5]); 767 blist_pos.yoff = atoi(p->value[5]);
768 } 768 }
769 769
770 } 770 }
771 771
772 /* this is where we do bugs and compatibility stuff */
773 if (!(sound_options & (OPT_SOUND_BEEP | OPT_SOUND_ESD | OPT_SOUND_NORMAL | OPT_SOUND_NAS | OPT_SOUND_ARTSC)))
774 sound_options |= OPT_SOUND_ESD | OPT_SOUND_NORMAL | OPT_SOUND_NAS | OPT_SOUND_ARTSC;
775
772 if (conv_size.width == 0 && 776 if (conv_size.width == 0 &&
773 conv_size.height == 0 && 777 conv_size.height == 0 &&
774 conv_size.entry_height == 0) { 778 conv_size.entry_height == 0) {
775 conv_size.width = 320; 779 conv_size.width = 320;
776 conv_size.height = 175; 780 conv_size.height = 175;