diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2003-01-23 04:56:44 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2003-01-23 04:56:44 +0800 |
commit | 92669963df79ab225e1abbf021d141bfff905dc1 (patch) | |
tree | 7514abbf41113712668c529b2a550679e77bc61f /calendar/ChangeLog | |
parent | de29937663c02d9af6fd48783f235305fde71809 (diff) | |
download | gsoc2013-evolution-92669963df79ab225e1abbf021d141bfff905dc1.tar gsoc2013-evolution-92669963df79ab225e1abbf021d141bfff905dc1.tar.gz gsoc2013-evolution-92669963df79ab225e1abbf021d141bfff905dc1.tar.bz2 gsoc2013-evolution-92669963df79ab225e1abbf021d141bfff905dc1.tar.lz gsoc2013-evolution-92669963df79ab225e1abbf021d141bfff905dc1.tar.xz gsoc2013-evolution-92669963df79ab225e1abbf021d141bfff905dc1.tar.zst gsoc2013-evolution-92669963df79ab225e1abbf021d141bfff905dc1.zip |
(cal_backend_ref_categories): Do not put the
category in both the changed_categories and the categories hashes;
fixes a double-free when finalizing the CalBackend. [Hopefully
this is the right fix.]
svn path=/trunk/; revision=19572
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 042f514523..296e890242 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,5 +1,11 @@ 2003-01-22 Ettore Perazzoli <ettore@ximian.com> + * pcs/cal-backend.c (cal_backend_ref_categories): Do not put the + category in both the changed_categories and the categories hashes; + fixes a double-free when finalizing the CalBackend. + +2003-01-22 Ettore Perazzoli <ettore@ximian.com> + * gui/gnome-cal.c (gnome_calendar_setup_view_menus): Use EVOLUTION_GALVIEWSDIR. |