diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2002-10-02 03:15:31 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2002-10-02 03:15:31 +0800 |
commit | e165cce8759d45fb5bee6735d54697e384cdcbe5 (patch) | |
tree | 86da22c9b10899ecf8c6763d7b1ed6c5fc8ea0af /mail/ChangeLog | |
parent | 5ee0670885b9037bb00b1da4d3437bb8a5852a5c (diff) | |
download | gsoc2013-evolution-e165cce8759d45fb5bee6735d54697e384cdcbe5.tar.gz gsoc2013-evolution-e165cce8759d45fb5bee6735d54697e384cdcbe5.tar.zst gsoc2013-evolution-e165cce8759d45fb5bee6735d54697e384cdcbe5.zip |
Connect to the changed signal for the reply_to entry box. Fixes bugs
2002-10-01 Jeffrey Stedfast <fejj@ximian.com>
* 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
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r-- | mail/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
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 <fejj@ximian.com> + * 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). |