aboutsummaryrefslogtreecommitdiffstats
path: root/mail/ChangeLog
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@ximian.com>2002-10-02 03:15:31 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2002-10-02 03:15:31 +0800
commite165cce8759d45fb5bee6735d54697e384cdcbe5 (patch)
tree86da22c9b10899ecf8c6763d7b1ed6c5fc8ea0af /mail/ChangeLog
parent5ee0670885b9037bb00b1da4d3437bb8a5852a5c (diff)
downloadgsoc2013-evolution-e165cce8759d45fb5bee6735d54697e384cdcbe5.tar
gsoc2013-evolution-e165cce8759d45fb5bee6735d54697e384cdcbe5.tar.gz
gsoc2013-evolution-e165cce8759d45fb5bee6735d54697e384cdcbe5.tar.bz2
gsoc2013-evolution-e165cce8759d45fb5bee6735d54697e384cdcbe5.tar.lz
gsoc2013-evolution-e165cce8759d45fb5bee6735d54697e384cdcbe5.tar.xz
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/ChangeLog3
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).