diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2002-01-30 06:51:40 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2002-01-30 06:51:40 +0800 |
commit | 10451271268c699cdd23f1cfaf61be1cf56f0883 (patch) | |
tree | 0776f1b72af051c2c4741f85556d4317ff00ba83 /mail/ChangeLog | |
parent | 865606984fb9d3c1a3e6af99ceea17fac7c18b07 (diff) | |
download | gsoc2013-evolution-10451271268c699cdd23f1cfaf61be1cf56f0883.tar.gz gsoc2013-evolution-10451271268c699cdd23f1cfaf61be1cf56f0883.tar.zst gsoc2013-evolution-10451271268c699cdd23f1cfaf61be1cf56f0883.zip |
Don't pass NULL text to gtk_entry_set_text. Maybe this will fix bug
2002-01-29 Jeffrey Stedfast <fejj@ximian.com>
* mail-accounts.c (construct): Don't pass NULL text to
gtk_entry_set_text. Maybe this will fix bug #18971.
svn path=/trunk/; revision=15512
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r-- | mail/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index 09552a220a..fcb5d5f223 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,5 +1,10 @@ 2002-01-29 Jeffrey Stedfast <fejj@ximian.com> + * mail-accounts.c (construct): Don't pass NULL text to + gtk_entry_set_text. Maybe this will fix bug #18971. + +2002-01-29 Jeffrey Stedfast <fejj@ximian.com> + * mail-callbacks.c (redirect): New function that implements the Redirect feature. |