diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2001-01-24 05:23:35 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2001-01-24 05:23:35 +0800 |
commit | e31cd9c18fe326dae5fe4c0b26a47cc75448a61c (patch) | |
tree | 5bb4a61b8101dc43a1c41f3cb56d80bb52007d4b /mail/ChangeLog | |
parent | 62a7c2c37017f209e2d9be12cf5ce19c16cb91d2 (diff) | |
download | gsoc2013-evolution-e31cd9c18fe326dae5fe4c0b26a47cc75448a61c.tar.gz gsoc2013-evolution-e31cd9c18fe326dae5fe4c0b26a47cc75448a61c.tar.zst gsoc2013-evolution-e31cd9c18fe326dae5fe4c0b26a47cc75448a61c.zip |
Make sure the source->url is not NULL (which is perfectly valid).
2001-01-23 Jeffrey Stedfast <fejj@ximian.com>
* mail-send-recv.c (build_dialogue): Make sure the source->url is
not NULL (which is perfectly valid).
svn path=/trunk/; revision=7756
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 374c06e971..a05e92e649 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,5 +1,8 @@ 2001-01-23 Jeffrey Stedfast <fejj@ximian.com> + * mail-send-recv.c (build_dialogue): Make sure the source->url is + not NULL (which is perfectly valid). + * openpgp-utils.c: * mail-crypto.c: A few minor tweaks. |