diff options
author | Rodney Dawes <dobey@novell.com> | 2004-12-15 07:14:29 +0800 |
---|---|---|
committer | Rodney Dawes <dobey@src.gnome.org> | 2004-12-15 07:14:29 +0800 |
commit | fcd505e7d6a3ab6c390146f4f8f3edd6d906479f (patch) | |
tree | c09698c5185aeaf6ef92ddac6e1a0c6795210234 /widgets/misc/ChangeLog | |
parent | 33145ba2591ed8abe170c06aa1710b336bfee6f6 (diff) | |
download | gsoc2013-evolution-fcd505e7d6a3ab6c390146f4f8f3edd6d906479f.tar.gz gsoc2013-evolution-fcd505e7d6a3ab6c390146f4f8f3edd6d906479f.tar.zst gsoc2013-evolution-fcd505e7d6a3ab6c390146f4f8f3edd6d906479f.zip |
Use gtk_paint_foo instead of the deprecated gtk_draw_foo functions
2004-12-14 Rodney Dawes <dobey@novell.com>
* 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
Diffstat (limited to 'widgets/misc/ChangeLog')
-rw-r--r-- | widgets/misc/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
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 <dobey@novell.com> + + * 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 <jpr@novell.com> * test-info-label.c: test prog |