comparison src/gaimrc.c @ 2580:86eaeb064e82

[gaim-migrate @ 2593] run-time committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Tue, 23 Oct 2001 04:05:52 +0000
parents 520257562955
children f194dd8250d4
comparison
equal deleted inserted replaced
2579:d3b7c7b39963 2580:86eaeb064e82
1004 OPT_AWAY_BACK_ON_IM; 1004 OPT_AWAY_BACK_ON_IM;
1005 1005
1006 for (i = 0; i < 7; i++) 1006 for (i = 0; i < 7; i++)
1007 sound_file[i] = NULL; 1007 sound_file[i] = NULL;
1008 font_options = 0; 1008 font_options = 0;
1009 /* Enable all of the sound players that might be available. The first
1010 available one will be used. */
1009 sound_options = 1011 sound_options =
1010 OPT_SOUND_LOGIN | 1012 OPT_SOUND_LOGIN |
1011 OPT_SOUND_LOGOUT | 1013 OPT_SOUND_LOGOUT |
1012 OPT_SOUND_RECV | 1014 OPT_SOUND_RECV |
1013 OPT_SOUND_SEND | 1015 OPT_SOUND_SEND |
1014 OPT_SOUND_SILENT_SIGNON; 1016 OPT_SOUND_SILENT_SIGNON |
1017 OPT_SOUND_NORMAL |
1018 OPT_SOUND_NAS |
1019 OPT_SOUND_ARTSC |
1020 OPT_SOUND_ESD;
1015 1021
1016 report_idle = IDLE_SCREENSAVER; 1022 report_idle = IDLE_SCREENSAVER;
1017 web_browser = BROWSER_NETSCAPE; 1023 web_browser = BROWSER_NETSCAPE;
1018 g_snprintf(web_command, sizeof(web_command), "xterm -e lynx %%s"); 1024 g_snprintf(web_command, sizeof(web_command), "xterm -e lynx %%s");
1019 1025