[evolution] Add a missing week number offset
- From: Carlos Martín Nieto <cmartin src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution] Add a missing week number offset
- Date: Fri, 8 Oct 2010 23:37:46 +0000 (UTC)
commit 837e35eb6d74c708e53cb8ba0a733ceffa266dd8
Author: Carlos MartÃn Nieto <carlos cmartin tk>
Date: Fri Oct 8 22:33:42 2010 +0100
Add a missing week number offset
calendar/gui/print.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/calendar/gui/print.c b/calendar/gui/print.c
index 47556a2..cfc84e8 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'. */
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]