From b89002edeadd9123abd293abd6559c17c376864a Mon Sep 17 00:00:00 2001 From: Jeffrey Stedfast Date: Mon, 13 Aug 2001 20:41:50 +0000 Subject: Do some g_assert() action. Make sure that the node passed in is non-NULL 2001-08-13 Jeffrey Stedfast * 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 --- mail/ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'mail/ChangeLog') 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 + * mail-accounts.c: Changed the title of the Mail Settings dialog from "Evolution Account Manager" to "Mail Settings" . 2001-08-13 Jeffrey Stedfast + * 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. -- cgit