From fcd505e7d6a3ab6c390146f4f8f3edd6d906479f Mon Sep 17 00:00:00 2001 From: Rodney Dawes Date: Tue, 14 Dec 2004 23:14:29 +0000 Subject: Use gtk_paint_foo instead of the deprecated gtk_draw_foo functions 2004-12-14 Rodney Dawes * e-calendar-item.c (e_calendar_item_draw): Use gtk_paint_foo instead of the deprecated gtk_draw_foo functions (e_calendar_item_get_day_style): Use colors from the theme for the background and foreground of various items * test-calendar.c (main): Don't set a callback for getting the day style, we want the test app to use the widget defaults (get_day_style): Remove all this duplicated code as we want to use the widget default colors for day fg/bg svn path=/trunk/; revision=28126 --- widgets/misc/ChangeLog | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'widgets/misc/ChangeLog') diff --git a/widgets/misc/ChangeLog b/widgets/misc/ChangeLog index 9b02d98ea1..38018ef811 100644 --- a/widgets/misc/ChangeLog +++ b/widgets/misc/ChangeLog @@ -1,3 +1,15 @@ +2004-12-14 Rodney Dawes + + * e-calendar-item.c (e_calendar_item_draw): Use gtk_paint_foo instead + of the deprecated gtk_draw_foo functions + (e_calendar_item_get_day_style): Use colors from the theme for the + background and foreground of various items + + * test-calendar.c (main): Don't set a callback for getting the day + style, we want the test app to use the widget defaults + (get_day_style): Remove all this duplicated code as we want to use + the widget default colors for day fg/bg + 2004-11-26 JP Rosevear * test-info-label.c: test prog -- cgit