diff options
author | Not Zed <NotZed@Ximian.com> | 2004-03-05 15:10:27 +0800 |
---|---|---|
committer | Michael Zucci <zucchi@src.gnome.org> | 2004-03-05 15:10:27 +0800 |
commit | 71ea31e21704fae22af9bf0d775c0e26c18be262 (patch) | |
tree | 5ce44159b6a81e063e0d72ce0d93af8bc1fe2036 /mail/ChangeLog | |
parent | 018866693e09f835b137b25f255d795f69d4a50e (diff) | |
download | gsoc2013-evolution-71ea31e21704fae22af9bf0d775c0e26c18be262.tar gsoc2013-evolution-71ea31e21704fae22af9bf0d775c0e26c18be262.tar.gz gsoc2013-evolution-71ea31e21704fae22af9bf0d775c0e26c18be262.tar.bz2 gsoc2013-evolution-71ea31e21704fae22af9bf0d775c0e26c18be262.tar.lz gsoc2013-evolution-71ea31e21704fae22af9bf0d775c0e26c18be262.tar.xz gsoc2013-evolution-71ea31e21704fae22af9bf0d775c0e26c18be262.tar.zst gsoc2013-evolution-71ea31e21704fae22af9bf0d775c0e26c18be262.zip |
** See bug #55096.
2004-03-05 Not Zed <NotZed@Ximian.com>
** See bug #55096.
* importers/evolution-mbox-importer.c (process_item_fn): hack,
unref when complete
* importers/evolution-outlook-importer.c (outlook_importer_new):
init status lock.
(process_item_fn): hack, unref ourselves when we're complete. i
think the shell leaks the ref.
svn path=/trunk/; revision=24972
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r-- | mail/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index 82ce46656b..4c265774ff 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,15 @@ +2004-03-05 Not Zed <NotZed@Ximian.com> + + ** See bug #55096. + + * importers/evolution-mbox-importer.c (process_item_fn): hack, + unref when complete + + * importers/evolution-outlook-importer.c (outlook_importer_new): + init status lock. + (process_item_fn): hack, unref ourselves when we're complete. i + think the shell leaks the ref. + 2004-03-04 Jeffrey Stedfast <fejj@ximian.com> * em-folder-view.c (emfv_popup): If event == NULL, don't try to |