comparison src/gaimrc.c @ 2908:aa590ecc67a7

[gaim-migrate @ 2921] he got it right, i got it wrong. committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Fri, 21 Dec 2001 22:46:13 +0000
parents 538c58b43eff
children 06f2bae259a0
comparison
equal deleted inserted replaced
2907:28cd1b9d08a1 2908:aa590ecc67a7
825 fprintf(f, "\tconvo_options { %u }\n", convo_options); 825 fprintf(f, "\tconvo_options { %u }\n", convo_options);
826 fprintf(f, "\tim_options { %u }\n", im_options); 826 fprintf(f, "\tim_options { %u }\n", im_options);
827 fprintf(f, "\tchat_options { %u }\n", chat_options); 827 fprintf(f, "\tchat_options { %u }\n", chat_options);
828 fprintf(f, "\tfont_options { %u }\n", font_options); 828 fprintf(f, "\tfont_options { %u }\n", font_options);
829 fprintf(f, "\tsound_options { %u }\n", sound_options); 829 fprintf(f, "\tsound_options { %u }\n", sound_options);
830 fprintf(f, "\taway_options { %u }\n", away_options); 830 fprintf(f, "\taway_options { %u } { %u }\n", away_options, away_resend);
831 831
832 fprintf(f, "\tfont_xfld { %s }\n", fontxfld); 832 fprintf(f, "\tfont_xfld { %s }\n", fontxfld);
833 fprintf(f, "\tfont_face { %s }\n", fontface); 833 fprintf(f, "\tfont_face { %s }\n", fontface);
834 fprintf(f, "\tfont_size { %d }\n", fontsize); 834 fprintf(f, "\tfont_size { %d }\n", fontsize);
835 fprintf(f, "\tforeground { %d } { %d } { %d }\n", fgcolor.red, fgcolor.green, fgcolor.blue); 835 fprintf(f, "\tforeground { %d } { %d } { %d }\n", fgcolor.red, fgcolor.green, fgcolor.blue);