diff options
author | JP Rosevear <jpr@ximian.com> | 2001-09-19 13:01:15 +0800 |
---|---|---|
committer | JP Rosevear <jpr@src.gnome.org> | 2001-09-19 13:01:15 +0800 |
commit | d9775521cad4588963b2edb297551c85fae1459f (patch) | |
tree | 82eeec4abb08804c0910e6b688c979a0fd2f6582 /calendar/ChangeLog | |
parent | 473b555274038c64abd485fa8975b19a0c499d16 (diff) | |
download | gsoc2013-evolution-d9775521cad4588963b2edb297551c85fae1459f.tar.gz gsoc2013-evolution-d9775521cad4588963b2edb297551c85fae1459f.tar.zst gsoc2013-evolution-d9775521cad4588963b2edb297551c85fae1459f.zip |
remove silly debug #if 0
2001-09-19 JP Rosevear <jpr@ximian.com>
* gui/e-meeting-model.c (e_meeting_model_refresh_busy_periods):
remove silly debug #if 0
* gui/calendar-commands.c (publish_freebusy_cmd): g_list_free
rather than g_free
* gui/e-itip-control.c (write_html): eliminate code path that
caused double freed memory
svn path=/trunk/; revision=12972
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r-- | calendar/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index acb7df00c0..3c725c89da 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,14 @@ +2001-09-19 JP Rosevear <jpr@ximian.com> + + * gui/e-meeting-model.c (e_meeting_model_refresh_busy_periods): + remove silly debug #if 0 + + * gui/calendar-commands.c (publish_freebusy_cmd): g_list_free + rather than g_free + + * gui/e-itip-control.c (write_html): eliminate code path that + caused double freed memory + 2001-09-18 JP Rosevear <jpr@ximian.com> * gui/dialogs/schedule-page.*: A page that shows the meeting time |