Mercurial > pidgin
changeset 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 | 4a638177f917 |
children | b8c5efaef154 |
files | src/gaimrc.c |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/gaimrc.c Thu May 11 17:53:04 2000 +0000 +++ b/src/gaimrc.c Mon May 15 17:41:47 2000 +0000 @@ -502,7 +502,9 @@ fprintf(f, "\tdisplay_options { %d }\n", display_options); fprintf(f, "\tsound_options { %d }\n", sound_options); fprintf(f, "\tfont_options { %d }\n", font_options); + if (fontface) fprintf(f, "\tfont_face { %s }\n", fontface); + if (fontname) fprintf(f, "\tfont_name { %s }\n", fontname); fprintf(f, "\treport_idle { %d }\n", report_idle); fprintf(f, "\tweb_browser { %d }\n", web_browser);