aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/e-day-view-top-item.c
diff options
context:
space:
mode:
Diffstat (limited to 'calendar/gui/e-day-view-top-item.c')
-rw-r--r--calendar/gui/e-day-view-top-item.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/calendar/gui/e-day-view-top-item.c b/calendar/gui/e-day-view-top-item.c
index 8e084f4d42..45872238a7 100644
--- a/calendar/gui/e-day-view-top-item.c
+++ b/calendar/gui/e-day-view-top-item.c
@@ -230,11 +230,11 @@ e_day_view_top_item_draw (GnomeCanvasItem *canvas_item,
/* Draw the selection background. */
if (GTK_WIDGET_HAS_FOCUS (day_view)
- && day_view->selection_start_col != -1) {
+ && day_view->selection_start_day != -1) {
gint start_col, end_col, rect_x, rect_y, rect_w, rect_h;
- start_col = day_view->selection_start_col;
- end_col = day_view->selection_end_col;
+ start_col = day_view->selection_start_day;
+ end_col = day_view->selection_end_day;
if (end_col > start_col
|| day_view->selection_start_row == -1