comparison src/gaimrc.c @ 232:f930b55a7367

[gaim-migrate @ 242] Qiuck commit. committer: Tailor Script <tailor@pidgin.im>
author Rob Flynn <gaim@robflynn.com>
date Mon, 15 May 2000 17:41:47 +0000
parents 83dd297aa363
children b8c5efaef154
comparison
equal deleted inserted replaced
231:4a638177f917 232:f930b55a7367
500 fprintf(f, "options {\n"); 500 fprintf(f, "options {\n");
501 fprintf(f, "\tgeneral_options { %d }\n", general_options); 501 fprintf(f, "\tgeneral_options { %d }\n", general_options);
502 fprintf(f, "\tdisplay_options { %d }\n", display_options); 502 fprintf(f, "\tdisplay_options { %d }\n", display_options);
503 fprintf(f, "\tsound_options { %d }\n", sound_options); 503 fprintf(f, "\tsound_options { %d }\n", sound_options);
504 fprintf(f, "\tfont_options { %d }\n", font_options); 504 fprintf(f, "\tfont_options { %d }\n", font_options);
505 if (fontface)
505 fprintf(f, "\tfont_face { %s }\n", fontface); 506 fprintf(f, "\tfont_face { %s }\n", fontface);
507 if (fontname)
506 fprintf(f, "\tfont_name { %s }\n", fontname); 508 fprintf(f, "\tfont_name { %s }\n", fontname);
507 fprintf(f, "\treport_idle { %d }\n", report_idle); 509 fprintf(f, "\treport_idle { %d }\n", report_idle);
508 fprintf(f, "\tweb_browser { %d }\n", web_browser); 510 fprintf(f, "\tweb_browser { %d }\n", web_browser);
509 fprintf(f, "\tweb_command { %s }\n", web_command); 511 fprintf(f, "\tweb_command { %s }\n", web_command);
510 fprintf(f, "\tproxy_type { %d }\n", proxy_type); 512 fprintf(f, "\tproxy_type { %d }\n", proxy_type);