diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2001-12-01 02:08:32 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2001-12-01 02:08:32 +0800 |
commit | 90299ffcbae59222348f2a14a04b4be8f5d1df4a (patch) | |
tree | 01f3dae7390f7e7cfef6883998815d08048356cd /mail/ChangeLog | |
parent | 99cfafb5f0e3ffcabd2a613f24992238b22b76d2 (diff) | |
download | gsoc2013-evolution-90299ffcbae59222348f2a14a04b4be8f5d1df4a.tar.gz gsoc2013-evolution-90299ffcbae59222348f2a14a04b4be8f5d1df4a.tar.zst gsoc2013-evolution-90299ffcbae59222348f2a14a04b4be8f5d1df4a.zip |
Fix the boolean check to be && and not ||.
2001-11-24 Jeffrey Stedfast <fejj@ximian.com>
* mail-config.c (pgpopen): Fix the boolean check to be && and not
||.
svn path=/trunk/; revision=14826
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 ceebff7715..61dde25961 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,8 @@ +2001-11-24 Jeffrey Stedfast <fejj@ximian.com> + + * mail-config.c (pgpopen): Fix the boolean check to be && and not + ||. + 2001-11-27 Jeffrey Stedfast <fejj@ximian.com> * mail-format.c (format_mime_part): Reverted the non-NULL |