diff options
author | JP Rosevear <jpr@helixcode.com> | 2000-09-13 22:26:56 +0800 |
---|---|---|
committer | JP Rosevear <jpr@src.gnome.org> | 2000-09-13 22:26:56 +0800 |
commit | 56d23d7d0387a57c90542eb438aa1d9f25de53b4 (patch) | |
tree | 2c7a5af17fb98c80b5123c1844bd62fd493fb1a0 /calendar/ChangeLog | |
parent | 2ceccf9c7138ed533aabbf3244fec43da833785f (diff) | |
download | gsoc2013-evolution-56d23d7d0387a57c90542eb438aa1d9f25de53b4.tar.gz gsoc2013-evolution-56d23d7d0387a57c90542eb438aa1d9f25de53b4.tar.zst gsoc2013-evolution-56d23d7d0387a57c90542eb438aa1d9f25de53b4.zip |
Only remove the pilot item from the hash if it exists in the first place.
2000-09-13 JP Rosevear <jpr@helixcode.com>
* pcs/cal-backend-file.c (remove_component): Only remove the pilot
item from the hash if it exists in the first place.
svn path=/trunk/; revision=5399
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r-- | calendar/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index 7e2c6aae76..9a0b44b070 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,12 @@ +2000-09-13 JP Rosevear <jpr@helixcode.com> + + * pcs/cal-backend-file.c (remove_component): Only remove the pilot + item from the hash if it exists in the first place. + +2000-09-12 JP Rosevear <jpr@helixcode.com> + + * pcs/cal-backend-file.c (add_component): plug leakage + 2000-09-12 JP Rosevear <jpr@helixcode.com> * conduits/calendar/calendar-conduit.c: Hack to compile for distcheck. |