diff src/prefs.c @ 3815:b2ec492c9afe

[gaim-migrate @ 3962] Thanks Joshua Blanton. The ChangeLog is getting REALLY huge. Remember when Gaim used to have "releases"? committer: Tailor Script <tailor@pidgin.im>
author Sean Egan <seanegan@gmail.com>
date Tue, 29 Oct 2002 05:57:55 +0000
parents c56115a38aa0
children a2e99acb8428
line wrap: on
line diff
--- a/src/prefs.c	Tue Oct 29 05:52:51 2002 +0000
+++ b/src/prefs.c	Tue Oct 29 05:57:55 2002 +0000
@@ -819,6 +819,7 @@
 				 &away_resend_new, 1, 24 * 60 * 60, sg);
 	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);
+	gaim_button(_("Do_n't send auto-response in active conversations"), &away_options_new, OPT_AWAY_DELAY_IN_USE, vbox);
 
 	if (away_options_new & OPT_AWAY_NO_AUTO_RESP)
 		gtk_widget_set_sensitive(hbox, FALSE);