diff options
author | Benjamin Otte <otte@redhat.com> | 2010-10-09 10:10:53 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2010-10-30 01:49:58 +0800 |
commit | fbddd55a08393446dff617a9351207dae8859bda (patch) | |
tree | ac9053b5ff0a2db952d436d975db18795b0fda0e /calendar/gui/e-meeting-time-sel-item.c | |
parent | 5245a810b23c1d2ca0a15cbf65f1e00e7da5c4a2 (diff) | |
download | gsoc2013-evolution-fbddd55a08393446dff617a9351207dae8859bda.tar.gz gsoc2013-evolution-fbddd55a08393446dff617a9351207dae8859bda.tar.zst gsoc2013-evolution-fbddd55a08393446dff617a9351207dae8859bda.zip |
xxx: meeting time stipple
Diffstat (limited to 'calendar/gui/e-meeting-time-sel-item.c')
-rw-r--r-- | calendar/gui/e-meeting-time-sel-item.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/calendar/gui/e-meeting-time-sel-item.c b/calendar/gui/e-meeting-time-sel-item.c index 9433a9beaa..72d7d724a3 100644 --- a/calendar/gui/e-meeting-time-sel-item.c +++ b/calendar/gui/e-meeting-time-sel-item.c @@ -320,7 +320,7 @@ e_meeting_time_selector_item_draw (GnomeCanvasItem *item, GdkDrawable *drawable, cairo_restore (cr); } - /* For the main display draw the stipple background for attendee's + /* For the main display draw the no-info pattern background for attendee's that have no calendar information. */ if (!is_display_top) { gdk_cairo_set_source_color (cr, &mts->grid_color); |