From 7037bfe82d12fdf39441507e10a4085c6d59e586 Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Thu, 28 Aug 2008 14:04:21 +0000 Subject: ** Related to bug #547822 2008-08-28 Matthew Barnes ** Related to bug #547822 * calendar/gui/print.c (print_table_draw_page), (print_table): Use g_malloc() and g_free() instead of malloc() and free(). Also fix an "assignment discards qualifiers" compiler warning. svn path=/trunk/; revision=36166 --- calendar/ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'calendar/ChangeLog') diff --git a/calendar/ChangeLog b/calendar/ChangeLog index 7f5ef1df02..ef3cff8ea8 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,11 @@ +2008-08-28 Matthew Barnes + + ** Related to bug #547822 + + * gui/print.c (print_table_draw_page), (print_table): + Use g_malloc() and g_free() instead of malloc() and free(). + Also fix an "assignment discards qualifiers" compiler warning. + 2008-08-27 Sankar P License Changes -- cgit v1.2.3