diff options
author | Not Zed <NotZed@Ximian.com> | 2005-03-11 09:43:05 +0800 |
---|---|---|
committer | Michael Zucci <zucchi@src.gnome.org> | 2005-03-11 09:43:05 +0800 |
commit | 29e5339298f35383c7925a3c6f71942c8e164634 (patch) | |
tree | 7d5eaf780ce431f495a45d60ebc0d7c9df95f98b /calendar/ChangeLog | |
parent | e64c3d71749ceccc235d40980f71f6d3104bf595 (diff) | |
download | gsoc2013-evolution-29e5339298f35383c7925a3c6f71942c8e164634.tar gsoc2013-evolution-29e5339298f35383c7925a3c6f71942c8e164634.tar.gz gsoc2013-evolution-29e5339298f35383c7925a3c6f71942c8e164634.tar.bz2 gsoc2013-evolution-29e5339298f35383c7925a3c6f71942c8e164634.tar.lz gsoc2013-evolution-29e5339298f35383c7925a3c6f71942c8e164634.tar.xz gsoc2013-evolution-29e5339298f35383c7925a3c6f71942c8e164634.tar.zst gsoc2013-evolution-29e5339298f35383c7925a3c6f71942c8e164634.zip |
free the ecalcomponent after using it.
2005-03-09 Not Zed <NotZed@Ximian.com>
* gui/e-week-view-event-item.c (e_week_view_event_item_draw_icons):
* gui/e-day-view.c (e_day_view_reshape_day_event): free the ecalcomponent
after using it.
svn path=/trunk/; revision=28998
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r-- | calendar/ChangeLog | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index d533122b16..d99d4fbe51 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,9 @@ +2005-03-09 Not Zed <NotZed@Ximian.com> + + * gui/e-week-view-event-item.c (e_week_view_event_item_draw_icons): + * gui/e-day-view.c (e_day_view_reshape_day_event): free the ecalcomponent + after using it. + 2005-03-08 Chenthill Palanisamy <pchenthill@novell.com> Fixes #73141 @@ -28,7 +34,6 @@ (open_alarm_dialog): store the dialog returned by alarm_notify_dialog(). (tray_icon_destroyed_cb): destroy the dialog if still around. ->>>>>>> 1.2682 2005-02-28 Harish Krishnaswamy <kharish@novell.com> Fixes #69556 |