aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/print.c
diff options
context:
space:
mode:
Diffstat (limited to 'calendar/gui/print.c')
-rw-r--r--calendar/gui/print.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/calendar/gui/print.c b/calendar/gui/print.c
index 47556a26aa..cfc84e8d4b 100644
--- a/calendar/gui/print.c
+++ b/calendar/gui/print.c
@@ -2766,7 +2766,7 @@ print_month_view (GtkPrintContext *context, GnomeCalendar *gcal, time_t date)
print_month_small (context, gcal,
time_add_month_with_zone (date, -1, zone),
- 8, 4, width / 7 + 20, HEADER_HEIGHT + 4,
+ 8, 4, 8 + SMALL_MONTH_WIDTH + week_numbers_inc, HEADER_HEIGHT + 4,
DATE_MONTH | DATE_YEAR, 0, 0, FALSE);
/* Print the month, e.g. 'May 2001'. */