From 324695cd77e3a654b24963dd6bc07c37f6f30644 Mon Sep 17 00:00:00 2001 From: Norman Wang Date: Mon, 22 Dec 2008 03:11:09 +0000 Subject: ** Fix for bug #558337 2008-12-22 Norman Wang ** Fix for bug #558337 * mail/em-subscribe-editor.c: Create a wrapper class MailMsgListNode of _zsubscribe_msg message. The MailMsgListNode class is the subclass of EDListNode class. So the _zsubscribe_msg can be added into the EDList. svn path=/trunk/; revision=36922 --- mail/ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'mail/ChangeLog') diff --git a/mail/ChangeLog b/mail/ChangeLog index f3be267b5b..b957caffa4 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,11 @@ +2008-12-22 Norman Wang + + ** Fix for bug #558337 + + * mail/em-subscribe-editor.c: Create a wrapper class MailMsgListNode of + _zsubscribe_msg message. The MailMsgListNode class is the subclass of + EDListNode class. So the _zsubscribe_msg can be added into the EDList. + 2008-12-16 Milan Crha ** Part of fix for bug #552583 -- cgit