aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/e-week-view.c
diff options
context:
space:
mode:
authorMilan Crha <mcrha@redhat.com>2009-08-04 05:24:04 +0800
committerMilan Crha <mcrha@redhat.com>2009-08-04 05:24:04 +0800
commitf335fa0d10ffb85a23d8ea69929d04b4db3f3f64 (patch)
tree000682641d11edded713aebfd993ff7140f2cb2a /calendar/gui/e-week-view.c
parent290cd2b1acc2f22d22c46b39fd1361d3048abe5e (diff)
downloadgsoc2013-evolution-f335fa0d10ffb85a23d8ea69929d04b4db3f3f64.tar.gz
gsoc2013-evolution-f335fa0d10ffb85a23d8ea69929d04b4db3f3f64.tar.zst
gsoc2013-evolution-f335fa0d10ffb85a23d8ea69929d04b4db3f3f64.zip
Bug #587468 - Show meeting icon for component with attendees only
Diffstat (limited to 'calendar/gui/e-week-view.c')
-rw-r--r--calendar/gui/e-week-view.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/calendar/gui/e-week-view.c b/calendar/gui/e-week-view.c
index aabcd7adde..4d21eae9d0 100644
--- a/calendar/gui/e-week-view.c
+++ b/calendar/gui/e-week-view.c
@@ -2819,7 +2819,7 @@ e_week_view_reshape_event_span (EWeekView *week_view,
num_icons++;
if (e_cal_component_has_attachments (comp))
num_icons++;
- if (e_cal_component_has_organizer (comp))
+ if (e_cal_component_has_attendees (comp))
num_icons++;
if (event->different_timezone)
num_icons++;