diff options
author | JP Rosevear <jpr@ximian.com> | 2004-01-07 03:55:41 +0800 |
---|---|---|
committer | JP Rosevear <jpr@src.gnome.org> | 2004-01-07 03:55:41 +0800 |
commit | 10fdfe795f82850d8e6dcf1923bc6780eced0763 (patch) | |
tree | e1102e651a9595d48070bc0962260ae695ff2794 /calendar/ChangeLog | |
parent | 8b2a5cc60d127c0a9a43bc0bcebdddb223537919 (diff) | |
download | gsoc2013-evolution-10fdfe795f82850d8e6dcf1923bc6780eced0763.tar gsoc2013-evolution-10fdfe795f82850d8e6dcf1923bc6780eced0763.tar.gz gsoc2013-evolution-10fdfe795f82850d8e6dcf1923bc6780eced0763.tar.bz2 gsoc2013-evolution-10fdfe795f82850d8e6dcf1923bc6780eced0763.tar.lz gsoc2013-evolution-10fdfe795f82850d8e6dcf1923bc6780eced0763.tar.xz gsoc2013-evolution-10fdfe795f82850d8e6dcf1923bc6780eced0763.tar.zst gsoc2013-evolution-10fdfe795f82850d8e6dcf1923bc6780eced0763.zip |
remove the item from the hash last and don't free its members because the
2004-01-06 JP Rosevear <jpr@ximian.com>
* gui/gnome-cal.c (gnome_calendar_add_event_source): remove the
item from the hash last and don't free its members because the
hash table does that for us
(gnome_calendar_remove_event_source): ditto
svn path=/trunk/; revision=24078
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r-- | calendar/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index 2690103aab..c5cee12e7d 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,9 @@ +2004-01-06 JP Rosevear <jpr@ximian.com> + + * gui/gnome-cal.c (gnome_calendar_add_event_source): remove the + item from the hash last and don't free its members because the + hash table does that for us + 2004-01-06 Rodrigo Moya <rodrigo@ximian.com> * gui/calendar-component.c (impl_upgradeFromVersion): new |