diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2001-08-14 04:41:50 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2001-08-14 04:41:50 +0800 |
commit | b89002edeadd9123abd293abd6559c17c376864a (patch) | |
tree | ce4fe29a3174e2d12077bea33723dd9fd2e0b1f0 /mail/ChangeLog | |
parent | 18d674a7f6e4a37a5f6e5324cc9654ef85a3a839 (diff) | |
download | gsoc2013-evolution-b89002edeadd9123abd293abd6559c17c376864a.tar gsoc2013-evolution-b89002edeadd9123abd293abd6559c17c376864a.tar.gz gsoc2013-evolution-b89002edeadd9123abd293abd6559c17c376864a.tar.bz2 gsoc2013-evolution-b89002edeadd9123abd293abd6559c17c376864a.tar.lz gsoc2013-evolution-b89002edeadd9123abd293abd6559c17c376864a.tar.xz gsoc2013-evolution-b89002edeadd9123abd293abd6559c17c376864a.tar.zst gsoc2013-evolution-b89002edeadd9123abd293abd6559c17c376864a.zip |
Do some g_assert() action. Make sure that the node passed in is non-NULL
2001-08-13 Jeffrey Stedfast <fejj@ximian.com>
* message-list.c (get_message_uid): Do some g_assert()
action. Make sure that the node passed in is non-NULL and also
make sure that the CamelMessageInfo gotten from the ETree is
non-NULL.
(get_message_info): Same here.
svn path=/trunk/; revision=11959
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r-- | mail/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index 00e37a4346..c595cddcd6 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,9 +1,16 @@ 2001-08-13 Anna Marie Dirks <anna@ximian.com> + * mail-accounts.c: Changed the title of the Mail Settings dialog from "Evolution Account Manager" to "Mail Settings" . 2001-08-13 Jeffrey Stedfast <fejj@ximian.com> + * message-list.c (get_message_uid): Do some g_assert() + action. Make sure that the node passed in is non-NULL and also + make sure that the CamelMessageInfo gotten from the ETree is + non-NULL. + (get_message_info): Same here. + * mail-callbacks.c (expunge_folder): Confirm that the user really wants to expunge. (save_msg_ok): Set the parent window here. |