From f335fa0d10ffb85a23d8ea69929d04b4db3f3f64 Mon Sep 17 00:00:00 2001 From: Milan Crha Date: Mon, 3 Aug 2009 23:24:04 +0200 Subject: Bug #587468 - Show meeting icon for component with attendees only --- calendar/gui/e-day-view.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'calendar/gui/e-day-view.c') diff --git a/calendar/gui/e-day-view.c b/calendar/gui/e-day-view.c index 37a4859d88..ed83c9d855 100644 --- a/calendar/gui/e-day-view.c +++ b/calendar/gui/e-day-view.c @@ -4464,7 +4464,7 @@ e_day_view_reshape_long_event (EDayView *day_view, if (event->different_timezone) num_icons++; - if (e_cal_component_has_organizer (comp)) + if (e_cal_component_has_attendees (comp)) num_icons++; if (e_cal_component_has_attachments (comp)) num_icons++; @@ -4635,7 +4635,7 @@ e_day_view_reshape_day_event (EDayView *day_view, num_icons++; if (event->different_timezone) num_icons++; - if (e_cal_component_has_organizer (comp)) + if (e_cal_component_has_attendees (comp)) num_icons++; num_icons += cal_comp_util_get_n_icons (comp, NULL); -- cgit