diff options
author | Federico Mena Quintero <federico@helixcode.com> | 2000-08-29 06:15:22 +0800 |
---|---|---|
committer | Federico Mena Quintero <federico@src.gnome.org> | 2000-08-29 06:15:22 +0800 |
commit | b807448dce5d356dcd1b4ea6133abf104564e44b (patch) | |
tree | 6b6bc7500e70d2f3bc2c79dc3ee2f93f8c1c1a20 /calendar/ChangeLog | |
parent | 2a94d1f24390b767ff72b54ed183efec1a93cfe6 (diff) | |
download | gsoc2013-evolution-b807448dce5d356dcd1b4ea6133abf104564e44b.tar gsoc2013-evolution-b807448dce5d356dcd1b4ea6133abf104564e44b.tar.gz gsoc2013-evolution-b807448dce5d356dcd1b4ea6133abf104564e44b.tar.bz2 gsoc2013-evolution-b807448dce5d356dcd1b4ea6133abf104564e44b.tar.lz gsoc2013-evolution-b807448dce5d356dcd1b4ea6133abf104564e44b.tar.xz gsoc2013-evolution-b807448dce5d356dcd1b4ea6133abf104564e44b.tar.zst gsoc2013-evolution-b807448dce5d356dcd1b4ea6133abf104564e44b.zip |
Remove the icalcomponent from the toplevel calendar here.
2000-08-28 Federico Mena Quintero <federico@helixcode.com>
* pcs/cal-backend-file.c (remove_component): Remove the
icalcomponent from the toplevel calendar here.
(cal_backend_file_update_object): Do not remove it here.
(cal_backend_file_remove_object): Do not remove it here.
(add_component): Add the icalcomponent to the toplevel calendar if
asked to.
(cal_backend_file_update_object): Do not add it here.
svn path=/trunk/; revision=5089
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r-- | calendar/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index 9c02231fc5..5b3ba7b04a 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,13 @@ +2000-08-28 Federico Mena Quintero <federico@helixcode.com> + + * pcs/cal-backend-file.c (remove_component): Remove the + icalcomponent from the toplevel calendar here. + (cal_backend_file_update_object): Do not remove it here. + (cal_backend_file_remove_object): Do not remove it here. + (add_component): Add the icalcomponent to the toplevel calendar if + asked to. + (cal_backend_file_update_object): Do not add it here. + 2000-08-28 JP Rosevear <jpr@helixcode.com> * gui/event-editor.c (dialog_to_comp_object): Initiliaze tzid to |