comparison src/gaimrc.c @ 1026:5bad25457843

[gaim-migrate @ 1036] X-Idle support. Thanks bryner and bmiller! Both of you guys sent me similar patches :) committer: Tailor Script <tailor@pidgin.im>
author Rob Flynn <gaim@robflynn.com>
date Thu, 26 Oct 2000 07:22:32 +0000
parents 4dca3277ea15
children ece2d1543b20
comparison
equal deleted inserted replaced
1025:84a5d80e52f1 1026:5bad25457843
761 int i; 761 int i;
762 for (i = 0; i < 7; i++) 762 for (i = 0; i < 7; i++)
763 sound_file[i] = NULL; 763 sound_file[i] = NULL;
764 font_options = 0; 764 font_options = 0;
765 sound_options = OPT_SOUND_LOGIN | OPT_SOUND_LOGOUT | OPT_SOUND_RECV | OPT_SOUND_SEND | OPT_SOUND_SILENT_SIGNON; 765 sound_options = OPT_SOUND_LOGIN | OPT_SOUND_LOGOUT | OPT_SOUND_RECV | OPT_SOUND_SEND | OPT_SOUND_SILENT_SIGNON;
766 report_idle = IDLE_GAIM; 766 report_idle = IDLE_SCREENSAVER;
767 web_browser = BROWSER_NETSCAPE; 767 web_browser = BROWSER_NETSCAPE;
768 proxy_type = PROXY_NONE; 768 proxy_type = PROXY_NONE;
769 769
770 aim_port = TOC_PORT; 770 aim_port = TOC_PORT;
771 login_port = AUTH_PORT; 771 login_port = AUTH_PORT;