diff options
author | Rodney Dawes <dobey@novell.com> | 2004-07-10 00:29:44 +0800 |
---|---|---|
committer | Rodney Dawes <dobey@src.gnome.org> | 2004-07-10 00:29:44 +0800 |
commit | c50f51b9c43bad4212e7680c51b795ae654d65ed (patch) | |
tree | 024c7728816382c5a4520fca3072bcc4a75d8e76 /calendar/ChangeLog | |
parent | 6e8aede2ccc77248fe05cf6e6de063a02bf33584 (diff) | |
download | gsoc2013-evolution-c50f51b9c43bad4212e7680c51b795ae654d65ed.tar.gz gsoc2013-evolution-c50f51b9c43bad4212e7680c51b795ae654d65ed.tar.zst gsoc2013-evolution-c50f51b9c43bad4212e7680c51b795ae654d65ed.zip |
Add an argument for the event_num so we can get the event object Draw the
2004-07-09 Rodney Dawes <dobey@novell.com>
* gui/e-day-view-top-item.c (e_day_view_top_item_draw_triangle):
Add an argument for the event_num so we can get the event object
Draw the left/right triangles with the right color for the event
Fix a small alignment bug with the triangle points
* gui/e-week-view-event-item.c (e_week_view_event_item_draw_triangle):
Draw the left/right triangles with the right color for the event
Fix a small alignment bug with the triangle points
svn path=/trunk/; revision=26609
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r-- | calendar/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index 10fae83455..7f3060190a 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,14 @@ +2004-07-09 Rodney Dawes <dobey@novell.com> + + * gui/e-day-view-top-item.c (e_day_view_top_item_draw_triangle): + Add an argument for the event_num so we can get the event object + Draw the left/right triangles with the right color for the event + Fix a small alignment bug with the triangle points + + * gui/e-week-view-event-item.c (e_week_view_event_item_draw_triangle): + Draw the left/right triangles with the right color for the event + Fix a small alignment bug with the triangle points + 2004-07-09 Rodrigo Moya <rodrigo@novell.com> Fixes #60289 |