changeset 3386:dc29d0c4bdb5

[gaim-migrate @ 3405] <BNeuman> dammit sean committer: Tailor Script <tailor@pidgin.im>
author Sean Egan <seanegan@gmail.com>
date Thu, 08 Aug 2002 16:12:05 +0000
parents 7931eb8bba19
children c434f13dfa9b
files src/prefs.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/prefs.c	Thu Aug 08 15:31:08 2002 +0000
+++ b/src/prefs.c	Thu Aug 08 16:12:05 2002 +0000
@@ -1050,7 +1050,7 @@
 	gaim_labeled_spin_button(hbox, _("Seconds before resending:"),
 				 &away_resend_new, 1, 24 * 60 * 60);
        	gtk_widget_show(hbox);
-	gaim_button(_("Don't send auto-response"), &away_options, OPT_AWAY_NO_AUTO_RESP, vbox);
+	gaim_button(_("Don't send auto-response"), &away_options_new, OPT_AWAY_NO_AUTO_RESP, vbox);
 	gaim_button(_("Only send auto-response when idle"), &away_options_new, OPT_AWAY_IDLE_RESP, vbox);
 
 	if (away_options_new & OPT_AWAY_NO_AUTO_RESP)