diff options
Diffstat (limited to 'calendar/gui/e-meeting-model.c')
-rw-r--r-- | calendar/gui/e-meeting-model.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/calendar/gui/e-meeting-model.c b/calendar/gui/e-meeting-model.c index 712406d9e1..0cc67304ee 100644 --- a/calendar/gui/e-meeting-model.c +++ b/calendar/gui/e-meeting-model.c @@ -1015,7 +1015,7 @@ process_free_busy_comp (EMeetingAttendee *ia, icalcomponent *fb_comp, icalcompon default: } - if (fbtype != E_MEETING_FREE_BUSY_LAST) { + if (busy_type != E_MEETING_FREE_BUSY_LAST) { fb.start = convert_time (fb.start, NULL, view_zone); fb.end = convert_time (fb.end, NULL, view_zone); e_meeting_attendee_add_busy_period (ia, |