aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/e-day-view.c
diff options
context:
space:
mode:
Diffstat (limited to 'calendar/gui/e-day-view.c')
-rw-r--r--calendar/gui/e-day-view.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/calendar/gui/e-day-view.c b/calendar/gui/e-day-view.c
index c429f5771f..0cfcab019c 100644
--- a/calendar/gui/e-day-view.c
+++ b/calendar/gui/e-day-view.c
@@ -1775,8 +1775,9 @@ set_text_as_bold (EDayViewEvent *event)
}
}
- /* The attendee has not yet accepted the meeting, display the summary as bolded */
- if (at && (at->status == ICAL_PARTSTAT_NEEDSACTION)) {
+ /* The attendee has not yet accepted the meeting, display the summary as bolded .
+ If the attendee is not present, it might have come through a mailing list*/
+ if (!at || (at->status == ICAL_PARTSTAT_NEEDSACTION)) {
gnome_canvas_item_set (event->canvas_item, "bold", TRUE, NULL);
}