# HG changeset patch # User Eric Warmenhoven # Date 1008974773 0 # Node ID aa590ecc67a7ca8abf129df076e4c76792344222 # Parent 28cd1b9d08a15d23bc8a7c3014a4aa264140a437 [gaim-migrate @ 2921] he got it right, i got it wrong. committer: Tailor Script diff -r 28cd1b9d08a1 -r aa590ecc67a7 src/gaimrc.c --- a/src/gaimrc.c Fri Dec 21 22:42:41 2001 +0000 +++ b/src/gaimrc.c Fri Dec 21 22:46:13 2001 +0000 @@ -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);