diff options
author | Milan Crha <mcrha@redhat.com> | 2008-09-24 19:56:11 +0800 |
---|---|---|
committer | Milan Crha <mcrha@src.gnome.org> | 2008-09-24 19:56:11 +0800 |
commit | 97fd6bc629e26597d48214e39e630d5000df9ddc (patch) | |
tree | 1b64dfe855fa951ff658bca97c1ae68464b67648 /mail/ChangeLog | |
parent | 762ac32d75dc9ad72e66969afda09766592fd42f (diff) | |
download | gsoc2013-evolution-97fd6bc629e26597d48214e39e630d5000df9ddc.tar.gz gsoc2013-evolution-97fd6bc629e26597d48214e39e630d5000df9ddc.tar.zst gsoc2013-evolution-97fd6bc629e26597d48214e39e630d5000df9ddc.zip |
** Fix for bug #313225
2008-09-24 Milan Crha <mcrha@redhat.com>
** Fix for bug #313225
* mail/message-list.c: (struct states_pixmaps), (ml_tree_value_at),
(message_list_create_extras): Show meeting icon in 'Attachment'
column on messages with '$has_cal' user flag set.
* plugins/itip-formatter/itip-formatter.c: (format_itip): Set the user flag '$has_cal'
on the message when formatting a calendar attachment.
svn path=/trunk/; revision=36445
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r-- | mail/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index 1e90b0851f..6d3c31a249 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,11 @@ +2008-09-24 Milan Crha <mcrha@redhat.com> + + ** Fix for bug #313225 + + * message-list.c: (struct states_pixmaps), (ml_tree_value_at), + (message_list_create_extras): Show meeting icon in 'Attachment' + column on messages with '$has_cal' user flag set. + 2008-09-24 Sankar P <psankar@novell.com> License Changes |