diff options
author | Chenthill Palanisamy <pchen@src.gnome.org> | 2005-10-03 18:16:37 +0800 |
---|---|---|
committer | Chenthill Palanisamy <pchen@src.gnome.org> | 2005-10-03 18:16:37 +0800 |
commit | 741a817bb1d0d719e3e5b03b5145068601ff2a1f (patch) | |
tree | 416d5a95c3b2ed75887ae7f6cf2f8f93d029eaed /plugins/mail-to-task/ChangeLog | |
parent | 0f927224fe992116c0710c9fb15ddfd7d5f6fb61 (diff) | |
download | gsoc2013-evolution-741a817bb1d0d719e3e5b03b5145068601ff2a1f.tar gsoc2013-evolution-741a817bb1d0d719e3e5b03b5145068601ff2a1f.tar.gz gsoc2013-evolution-741a817bb1d0d719e3e5b03b5145068601ff2a1f.tar.bz2 gsoc2013-evolution-741a817bb1d0d719e3e5b03b5145068601ff2a1f.tar.lz gsoc2013-evolution-741a817bb1d0d719e3e5b03b5145068601ff2a1f.tar.xz gsoc2013-evolution-741a817bb1d0d719e3e5b03b5145068601ff2a1f.tar.zst gsoc2013-evolution-741a817bb1d0d719e3e5b03b5145068601ff2a1f.zip |
fixes 315752.
svn path=/trunk/; revision=30475
Diffstat (limited to 'plugins/mail-to-task/ChangeLog')
-rw-r--r-- | plugins/mail-to-task/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/plugins/mail-to-task/ChangeLog b/plugins/mail-to-task/ChangeLog index da85e30bbd..c74542ec21 100644 --- a/plugins/mail-to-task/ChangeLog +++ b/plugins/mail-to-task/ChangeLog @@ -1,3 +1,14 @@ +2005-10-03 Chenthill Palanisamy <pchenthill@novell.com> + + Fixes #315752 + * mail-to-task.c: Created a new structure AsyncData to + store information passed to thread. + (do_mail_to_task): get the required contents from AsyncData and + free it at the end. + (copy_uids): Duplicate the uids from t->uids. + (org_gnome_mail_to_task): duplicated the t->uid and run + do_mail_to_task as a thread. + 2005-08-23 Not Zed <NotZed@Ximian.com> * mail-to-task.c (add_attendee_cb): use the right type for attendees. |