comparison 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
comparison
equal deleted inserted replaced
3814:c56115a38aa0 3815:b2ec492c9afe
817 gtk_container_add(GTK_CONTAINER(vbox), hbox); 817 gtk_container_add(GTK_CONTAINER(vbox), hbox);
818 gaim_labeled_spin_button(hbox, _("Seconds before _resending:"), 818 gaim_labeled_spin_button(hbox, _("Seconds before _resending:"),
819 &away_resend_new, 1, 24 * 60 * 60, sg); 819 &away_resend_new, 1, 24 * 60 * 60, sg);
820 gaim_button(_("_Don't send auto-response"), &away_options_new, OPT_AWAY_NO_AUTO_RESP, vbox); 820 gaim_button(_("_Don't send auto-response"), &away_options_new, OPT_AWAY_NO_AUTO_RESP, vbox);
821 gaim_button(_("_Only send auto-response when idle"), &away_options_new, OPT_AWAY_IDLE_RESP, vbox); 821 gaim_button(_("_Only send auto-response when idle"), &away_options_new, OPT_AWAY_IDLE_RESP, vbox);
822 gaim_button(_("Do_n't send auto-response in active conversations"), &away_options_new, OPT_AWAY_DELAY_IN_USE, vbox);
822 823
823 if (away_options_new & OPT_AWAY_NO_AUTO_RESP) 824 if (away_options_new & OPT_AWAY_NO_AUTO_RESP)
824 gtk_widget_set_sensitive(hbox, FALSE); 825 gtk_widget_set_sensitive(hbox, FALSE);
825 826
826 vbox = make_frame (ret, _("Idle")); 827 vbox = make_frame (ret, _("Idle"));