aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/year-view.c
diff options
context:
space:
mode:
Diffstat (limited to 'calendar/year-view.c')
-rw-r--r--calendar/year-view.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/calendar/year-view.c b/calendar/year-view.c
index 6878080d3a..5746d61803 100644
--- a/calendar/year-view.c
+++ b/calendar/year-view.c
@@ -325,7 +325,7 @@ do_quick_view_popup (YearView *yv, GdkEventButton *event, int year, int month, i
char date_str[256];
day_start = time_from_day (year, month, day);
- day_end = time_end_of_day (day_start);
+ day_end = time_day_end (day_start);
list = calendar_get_events_in_range (yv->calendar->cal, day_start, day_end);