diff options
author | Christopher James Lahey <clahey@ximian.com> | 2001-07-08 11:44:24 +0800 |
---|---|---|
committer | Chris Lahey <clahey@src.gnome.org> | 2001-07-08 11:44:24 +0800 |
commit | b6214e68c3734e04ca6a4e36939750ecaf3a39e9 (patch) | |
tree | 8f962a00b71baf92bd0f10f823b7afc5b77ad858 /mail/ChangeLog | |
parent | 23bb03e9939cc86b68b546570edc7884d7a1b051 (diff) | |
download | gsoc2013-evolution-b6214e68c3734e04ca6a4e36939750ecaf3a39e9.tar gsoc2013-evolution-b6214e68c3734e04ca6a4e36939750ecaf3a39e9.tar.gz gsoc2013-evolution-b6214e68c3734e04ca6a4e36939750ecaf3a39e9.tar.bz2 gsoc2013-evolution-b6214e68c3734e04ca6a4e36939750ecaf3a39e9.tar.lz gsoc2013-evolution-b6214e68c3734e04ca6a4e36939750ecaf3a39e9.tar.xz gsoc2013-evolution-b6214e68c3734e04ca6a4e36939750ecaf3a39e9.tar.zst gsoc2013-evolution-b6214e68c3734e04ca6a4e36939750ecaf3a39e9.zip |
Check for new_uid != NULL here before strcmping.
2001-07-07 Christopher James Lahey <clahey@ximian.com>
* message-list.c (on_cursor_activated_cmd): Check for new_uid !=
NULL here before strcmping.
svn path=/trunk/; revision=10889
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 8fae997593..3960d95909 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,8 @@ +2001-07-07 Christopher James Lahey <clahey@ximian.com> + + * message-list.c (on_cursor_activated_cmd): Check for new_uid != + NULL here before strcmping. + 2001-07-07 Dan Winship <danw@ximian.com> * main.c (main): Only install the segv_redirect handler if SEGV's |