diff options
author | JP Rosevear <jpr@helixcode.com> | 2000-12-08 04:20:20 +0800 |
---|---|---|
committer | JP Rosevear <jpr@src.gnome.org> | 2000-12-08 04:20:20 +0800 |
commit | 5d72cc436798683b1dec3756866fbedf02f49032 (patch) | |
tree | 3096b2627ada9cf16ec9e02ebe43e91d3f82b8b8 /calendar/ChangeLog | |
parent | 9d8e2d650430889cbc3efd680f699c922ca1db4c (diff) | |
download | gsoc2013-evolution-5d72cc436798683b1dec3756866fbedf02f49032.tar gsoc2013-evolution-5d72cc436798683b1dec3756866fbedf02f49032.tar.gz gsoc2013-evolution-5d72cc436798683b1dec3756866fbedf02f49032.tar.bz2 gsoc2013-evolution-5d72cc436798683b1dec3756866fbedf02f49032.tar.lz gsoc2013-evolution-5d72cc436798683b1dec3756866fbedf02f49032.tar.xz gsoc2013-evolution-5d72cc436798683b1dec3756866fbedf02f49032.tar.zst gsoc2013-evolution-5d72cc436798683b1dec3756866fbedf02f49032.zip |
Create an empty cal component if the object has been deleted.
2000-12-07 JP Rosevear <jpr@helixcode.com>
* pcs/cal-backend.c (cal_backend_compute_changes_foreach_key): Create
an empty cal component if the object has been deleted.
* idl/evolution-calendar.idl: Bit shift the change type constants
properly
svn path=/trunk/; revision=6843
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 8969aaa817..53f89b80d8 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,11 @@ +2000-12-07 JP Rosevear <jpr@helixcode.com> + + * pcs/cal-backend.c (cal_backend_compute_changes_foreach_key): Create + an empty cal component if the object has been deleted. + + * idl/evolution-calendar.idl: Bit shift the change type constants + properly + 2000-12-07 Federico Mena Quintero <federico@helixcode.com> * cal-client/cal-client.c (cal_client_generate_instances): Unref |