aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/e-week-view.c
diff options
context:
space:
mode:
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 0065a00123..3aa58a0a36 100644
--- a/calendar/gui/e-week-view.c
+++ b/calendar/gui/e-week-view.c
@@ -1000,7 +1000,7 @@ e_week_view_get_selected_events (ECalView *cal_view)
}
if (event)
- list = g_list_prepend (list, event->comp);
+ list = g_list_prepend (list, event);
return list;
}