comparison src/gaimrc.c @ 4429:bf770f11132b

[gaim-migrate @ 4704] (15:41:59) Robot101: the hunk that got left out in the cold. its a good thing when things compile committer: Tailor Script <tailor@pidgin.im>
author Luke Schierer <lschiere@pidgin.im>
date Sun, 26 Jan 2003 20:41:49 +0000
parents 61c9c2bd2a9c
children 801830dec409
comparison
equal deleted inserted replaced
4428:b5669740e34c 4429:bf770f11132b
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_ESD | OPT_SOUND_NORMAL | OPT_SOUND_NAS | OPT_SOUND_ARTSC | OPT_SOUND_CMD))) 823 if (!(sound_options & (OPT_SOUND_BEEP | OPT_SOUND_NORMAL | OPT_SOUND_CMD)))
824 sound_options |= OPT_SOUND_ESD | OPT_SOUND_NORMAL | OPT_SOUND_NAS | OPT_SOUND_ARTSC; 824 sound_options |= OPT_SOUND_NORMAL;
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;
1251 1248
1252 #ifdef USE_SCREENSAVER 1249 #ifdef USE_SCREENSAVER
1253 report_idle = IDLE_SCREENSAVER; 1250 report_idle = IDLE_SCREENSAVER;
1254 #else 1251 #else
1255 report_idle = IDLE_GAIM; 1252 report_idle = IDLE_GAIM;