From db8f0cbfbccccab53f43872307079eb43625726d Mon Sep 17 00:00:00 2001 From: Hans Petter Jansson Date: Tue, 15 Apr 2003 21:43:05 +0000 Subject: Unref the metrics. (e_calendar_item_draw): Re-use the widget's context 2003-04-15 Hans Petter Jansson * e-calendar-item.c (e_calendar_item_update): Unref the metrics. (e_calendar_item_draw): Re-use the widget's context instead of creating a new one. Unref the metrics. (e_calendar_item_draw_month): Unref the metrics. Don't create the layout where it might be leaked by an early return. Unref the layout before returning if we're outside the clip area. (e_calendar_item_draw_day_numbers): Unref the metrics. (e_calendar_item_recalc_sizes): Unref the metrics. (e_calendar_item_convert_position_to_day): Unref the metrics. * e-calendar.c (e_calendar_size_allocate): Unref the metrics. svn path=/trunk/; revision=20855 --- widgets/misc/ChangeLog | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'widgets/misc/ChangeLog') diff --git a/widgets/misc/ChangeLog b/widgets/misc/ChangeLog index 482610a8cc..c9bfc969be 100644 --- a/widgets/misc/ChangeLog +++ b/widgets/misc/ChangeLog @@ -1,3 +1,17 @@ +2003-04-15 Hans Petter Jansson + + * e-calendar-item.c (e_calendar_item_update): Unref the metrics. + (e_calendar_item_draw): Re-use the widget's context instead of + creating a new one. Unref the metrics. + (e_calendar_item_draw_month): Unref the metrics. Don't create the + layout where it might be leaked by an early return. Unref the layout + before returning if we're outside the clip area. + (e_calendar_item_draw_day_numbers): Unref the metrics. + (e_calendar_item_recalc_sizes): Unref the metrics. + (e_calendar_item_convert_position_to_day): Unref the metrics. + + * e-calendar.c (e_calendar_size_allocate): Unref the metrics. + 2003-04-11 Jeffrey Stedfast * e-filter-bar.c (do_advanced): Change the border width and -- cgit v1.2.3