diff options
author | Damon Chaplin <damon@ximian.com> | 2001-07-03 17:17:53 +0800 |
---|---|---|
committer | Damon Chaplin <damon@src.gnome.org> | 2001-07-03 17:17:53 +0800 |
commit | 9dbf178166992b8e05679ae7a17a8058e5f8c8e6 (patch) | |
tree | 42202792cecd877d99ebf3245862b4fdabd14aa9 /libical/ChangeLog | |
parent | a753b72a982b384b91a78ef91aa6088ca11c9824 (diff) | |
download | gsoc2013-evolution-9dbf178166992b8e05679ae7a17a8058e5f8c8e6.tar gsoc2013-evolution-9dbf178166992b8e05679ae7a17a8058e5f8c8e6.tar.gz gsoc2013-evolution-9dbf178166992b8e05679ae7a17a8058e5f8c8e6.tar.bz2 gsoc2013-evolution-9dbf178166992b8e05679ae7a17a8058e5f8c8e6.tar.lz gsoc2013-evolution-9dbf178166992b8e05679ae7a17a8058e5f8c8e6.tar.xz gsoc2013-evolution-9dbf178166992b8e05679ae7a17a8058e5f8c8e6.tar.zst gsoc2013-evolution-9dbf178166992b8e05679ae7a17a8058e5f8c8e6.zip |
add the icaltimezone to the timezone array of the toplevel VCALENDAR
2001-07-03 Damon Chaplin <damon@ximian.com>
* src/libical/icalcomponent.c (icalcomponent_add_component): add the
icaltimezone to the timezone array of the toplevel VCALENDAR component.
svn path=/trunk/; revision=10738
Diffstat (limited to 'libical/ChangeLog')
-rw-r--r-- | libical/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/libical/ChangeLog b/libical/ChangeLog index 8629b05d5b..06db567a0e 100644 --- a/libical/ChangeLog +++ b/libical/ChangeLog @@ -1,5 +1,10 @@ 2001-07-03 Damon Chaplin <damon@ximian.com> + * src/libical/icalcomponent.c (icalcomponent_add_component): add the + icaltimezone to the timezone array of the toplevel VCALENDAR component. + +2001-07-03 Damon Chaplin <damon@ximian.com> + * src/libical/icalcomponent.c (icalcomponent_merge_component): fixed bad assertion, '!=' -> '=='. (icalcomponent_merge_vtimezone): get the TZID from vtimezone, not comp. |