diff options
author | JP Rosevear <jpr@ximian.com> | 2002-08-20 06:06:30 +0800 |
---|---|---|
committer | JP Rosevear <jpr@src.gnome.org> | 2002-08-20 06:06:30 +0800 |
commit | 1c97f91cc4acd3b33f78740892726507211215f5 (patch) | |
tree | 4698a464fc1d0dbb56ec4c79cc525ac2e839222f /calendar/ChangeLog | |
parent | bec1f9008583025c74363280d9aadcf99e9ddfac (diff) | |
download | gsoc2013-evolution-1c97f91cc4acd3b33f78740892726507211215f5.tar gsoc2013-evolution-1c97f91cc4acd3b33f78740892726507211215f5.tar.gz gsoc2013-evolution-1c97f91cc4acd3b33f78740892726507211215f5.tar.bz2 gsoc2013-evolution-1c97f91cc4acd3b33f78740892726507211215f5.tar.lz gsoc2013-evolution-1c97f91cc4acd3b33f78740892726507211215f5.tar.xz gsoc2013-evolution-1c97f91cc4acd3b33f78740892726507211215f5.tar.zst gsoc2013-evolution-1c97f91cc4acd3b33f78740892726507211215f5.zip |
clone the ical component before adding it
2002-08-20 JP Rosevear <jpr@ximian.com>
* gui/itip-utils.c (comp_toplevel_with_zones): clone the ical
component before adding it
Fixes #29061
svn path=/trunk/; revision=17810
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r-- | calendar/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index 2cf9d09cb4..87e4cdd90f 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,8 +1,17 @@ 2002-08-20 JP Rosevear <jpr@ximian.com> + * gui/itip-utils.c (comp_toplevel_with_zones): clone the ical + component before adding it + + Fixes #29061 + +2002-08-20 JP Rosevear <jpr@ximian.com> + * gui/comp-editor-factory.c (get_default_event): make sure to get the date in the current zone, not at UTC + Fixes #17692 + 2002-08-19 JP Rosevear <jpr@ximian.com> * gui/e-itip-control.c (set_date_label): stop adding redundant @@ -12,6 +21,8 @@ line from bolded title to make it look nicer when there are line breaks + Fixes #26964 + 2002-08-16 Rodrigo Moya <rodrigo@ximian.com> * cal-client/cal-client.[ch]: added internal EComponentListener |