From: Eric W. <war...@us...> - 2001-12-21 22:46:19
|
Update of /cvsroot/gaim/gaim/src In directory usw-pr-cvs1:/tmp/cvs-serv20951 Modified Files: gaimrc.c Log Message: he got it right, i got it wrong. Index: gaimrc.c =================================================================== RCS file: /cvsroot/gaim/gaim/src/gaimrc.c,v retrieving revision 1.91 retrieving revision 1.92 diff -u -d -r1.91 -r1.92 --- gaimrc.c 2001/12/21 10:23:04 1.91 +++ gaimrc.c 2001/12/21 22:46:13 1.92 @@ -827,7 +827,7 @@ fprintf(f, "\tchat_options { %u }\n", chat_options); fprintf(f, "\tfont_options { %u }\n", font_options); fprintf(f, "\tsound_options { %u }\n", sound_options); - fprintf(f, "\taway_options { %u }\n", away_options); + fprintf(f, "\taway_options { %u } { %u }\n", away_options, away_resend); fprintf(f, "\tfont_xfld { %s }\n", fontxfld); fprintf(f, "\tfont_face { %s }\n", fontface); |