diff options
author | Rodrigo Moya <rodrigo@ximian.com> | 2003-06-03 03:13:45 +0800 |
---|---|---|
committer | Rodrigo Moya <rodrigo@src.gnome.org> | 2003-06-03 03:13:45 +0800 |
commit | 6da0fcbfd6c08cbcfe53c5b0d4524046c9eaf03c (patch) | |
tree | afe698ef2a37ae6afbdc1587b33ec2a7dc1390e4 /calendar/ChangeLog | |
parent | 941e8c0931dae4df4706994577c895414ae3d538 (diff) | |
download | gsoc2013-evolution-6da0fcbfd6c08cbcfe53c5b0d4524046c9eaf03c.tar gsoc2013-evolution-6da0fcbfd6c08cbcfe53c5b0d4524046c9eaf03c.tar.gz gsoc2013-evolution-6da0fcbfd6c08cbcfe53c5b0d4524046c9eaf03c.tar.bz2 gsoc2013-evolution-6da0fcbfd6c08cbcfe53c5b0d4524046c9eaf03c.tar.lz gsoc2013-evolution-6da0fcbfd6c08cbcfe53c5b0d4524046c9eaf03c.tar.xz gsoc2013-evolution-6da0fcbfd6c08cbcfe53c5b0d4524046c9eaf03c.tar.zst gsoc2013-evolution-6da0fcbfd6c08cbcfe53c5b0d4524046c9eaf03c.zip |
Fixes part of #43388
2003-06-02 Rodrigo Moya <rodrigo@ximian.com>
Fixes part of #43388
* importers/icalendar-importer.c (prepare_events):
(prepare_tasks): use external iterators for removing components from
the main component.
svn path=/trunk/; revision=21373
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r-- | calendar/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index 9c13f9f665..912411acd1 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,11 @@ +2003-06-02 Rodrigo Moya <rodrigo@ximian.com> + + Fixes part of #43388 + + * importers/icalendar-importer.c (prepare_events): + (prepare_tasks): use external iterators for removing components from + the main component. + 2003-05-29 Rodrigo Moya <rodrigo@ximian.com> Fixes #43763 |