aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/gncal-day-panel.c
diff options
context:
space:
mode:
authorArturo Espinosa <unammx@src.gnome.org>1998-04-22 09:15:42 +0800
committerArturo Espinosa <unammx@src.gnome.org>1998-04-22 09:15:42 +0800
commit1e77e73903d1604ed8b46c9979ef2d948c46383c (patch)
treef577617200ca81a52ed6d50ee45ab8ac92149c08 /calendar/gui/gncal-day-panel.c
parent45abc2cbefa6d1dfafeb6a8351c35d5c841f87c8 (diff)
downloadgsoc2013-evolution-1e77e73903d1604ed8b46c9979ef2d948c46383c.tar.gz
gsoc2013-evolution-1e77e73903d1604ed8b46c9979ef2d948c46383c.tar.zst
gsoc2013-evolution-1e77e73903d1604ed8b46c9979ef2d948c46383c.zip
Small fix for goto-day-year computation -mig
svn path=/trunk/; revision=179
Diffstat (limited to 'calendar/gui/gncal-day-panel.c')
-rw-r--r--calendar/gui/gncal-day-panel.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/calendar/gui/gncal-day-panel.c b/calendar/gui/gncal-day-panel.c
index 099b02f384..3cf2f57b24 100644
--- a/calendar/gui/gncal-day-panel.c
+++ b/calendar/gui/gncal-day-panel.c
@@ -65,7 +65,7 @@ calendar_day_selected (GtkCalendar *calendar, GncalDayPanel *dpanel)
gtk_calendar_get_date (calendar, &y, &m, &d);
- tm.tm_year = y;
+ tm.tm_year = y - 1900;
tm.tm_mon = m;
tm.tm_mday = d;
tm.tm_hour = 0;
n class='deletions'>-1/+0 * SHA256ifyedwin2006-01-241-0/+1 * Bump PORTREVISION to chase the glib20 shared library update.marcus2005-11-051-1/+1 * Bump PORTREVISION to chase the glib20 shared lib version change.marcus2005-03-121-1/+1 * Bump PORTREVISIONS for all ports that depend on atk or pango to ease in themarcus2004-11-081-1/+1 * Chase the glib20 update, and bump all affected ports' PORTREVISIONs.marcus2004-04-051-1/+1 * SIZEify (maintainer timeout)trevor2004-03-311-0/+1 * Use PLIST_FILES (bento-tested, marcus-reviewed).trevor2004-02-062-1/+1 * Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.marcus2004-02-041-0/+1