comparison src/gaimrc.c @ 4430:801830dec409

[gaim-migrate @ 4705] robot101 gave me a bad patch committer: Tailor Script <tailor@pidgin.im>
author Luke Schierer <lschiere@pidgin.im>
date Sun, 26 Jan 2003 20:43:25 +0000
parents bf770f11132b
children d76095396a0e
comparison
equal deleted inserted replaced
4429:bf770f11132b 4430:801830dec409
818 } 818 }
819 819
820 } 820 }
821 821
822 /* this is where we do bugs and compatibility stuff */ 822 /* this is where we do bugs and compatibility stuff */
823 if (!(sound_options & (OPT_SOUND_BEEP | OPT_SOUND_NORMAL | OPT_SOUND_CMD))) 823 if (!(sound_options & (OPT_SOUND_BEEP | OPT_SOUND_ESD | OPT_SOUND_NORMAL | OPT_SOUND_NAS | OPT_SOUND_ARTSC | OPT_SOUND_CMD)))
824 sound_options |= OPT_SOUND_NORMAL; 824 sound_options |= OPT_SOUND_ESD | OPT_SOUND_NORMAL | OPT_SOUND_NAS | OPT_SOUND_ARTSC;
825 825
826 if (conv_size.width == 0 && 826 if (conv_size.width == 0 &&
827 conv_size.height == 0 && 827 conv_size.height == 0 &&
828 conv_size.entry_height == 0) { 828 conv_size.entry_height == 0) {
829 conv_size.width = 410; 829 conv_size.width = 410;
1242 OPT_SOUND_LOGIN | 1242 OPT_SOUND_LOGIN |
1243 OPT_SOUND_LOGOUT | 1243 OPT_SOUND_LOGOUT |
1244 OPT_SOUND_RECV | 1244 OPT_SOUND_RECV |
1245 OPT_SOUND_SEND | 1245 OPT_SOUND_SEND |
1246 OPT_SOUND_SILENT_SIGNON | 1246 OPT_SOUND_SILENT_SIGNON |
1247 OPT_SOUND_NORMAL; 1247 OPT_SOUND_NORMAL |
1248 OPT_SOUND_NAS |
1249 OPT_SOUND_ARTSC |
1250 OPT_SOUND_ESD;
1248 1251
1249 #ifdef USE_SCREENSAVER 1252 #ifdef USE_SCREENSAVER
1250 report_idle = IDLE_SCREENSAVER; 1253 report_idle = IDLE_SCREENSAVER;
1251 #else 1254 #else
1252 report_idle = IDLE_GAIM; 1255 report_idle = IDLE_GAIM;