From e165cce8759d45fb5bee6735d54697e384cdcbe5 Mon Sep 17 00:00:00 2001 From: Jeffrey Stedfast Date: Tue, 1 Oct 2002 19:15:31 +0000 Subject: Connect to the changed signal for the reply_to entry box. Fixes bugs 2002-10-01 Jeffrey Stedfast * mail-config-druid.c (get_fn): Connect to the changed signal for the reply_to entry box. Fixes bugs #31553 and #31554. svn path=/trunk/; revision=18287 --- mail/ChangeLog | 3 +++ mail/mail-config-druid.c | 4 +++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/mail/ChangeLog b/mail/ChangeLog index acc57414bf..69d2cf5cd8 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,5 +1,8 @@ 2002-10-01 Jeffrey Stedfast + * mail-config-druid.c (get_fn): Connect to the changed signal for + the reply_to entry box. Fixes bugs #31553 and #31554. + * mail-composer-prefs.c (spell_setup): Only setup the languages if the language_seq is not CORBA_OBJECT_NIL. Fixes bug #31559 (presumably at least). diff --git a/mail/mail-config-druid.c b/mail/mail-config-druid.c index 988742d14a..245516d993 100644 --- a/mail/mail-config-druid.c +++ b/mail/mail-config-druid.c @@ -236,7 +236,7 @@ identity_changed (GtkWidget *widget, gpointer data) if (gui->page != MAIL_CONFIG_WIZARD_PAGE_IDENTITY) return; - + next_sensitive = mail_account_gui_identity_complete (gui->gui, &incomplete); evolution_wizard_set_buttons_sensitive (gui->wizard, TRUE, next_sensitive, TRUE, NULL); @@ -783,6 +783,8 @@ get_fn (EvolutionWizard *wizard, "changed", identity_changed, gui); gtk_signal_connect (GTK_OBJECT (gui->gui->email_address), "changed", identity_changed, gui); + gtk_signal_connect (GTK_OBJECT (gui->gui->reply_to), + "changed", identity_changed, gui); gtk_signal_connect (GTK_OBJECT (gui->gui->source.hostname), "changed", source_changed, gui); gtk_signal_connect (GTK_OBJECT (gui->gui->source.username), -- cgit v1.2.3