aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/itip-formatter/ChangeLog
diff options
context:
space:
mode:
authorChenthill Palanisamy <pchenthill@novell.com>2005-04-08 18:20:02 +0800
committerChenthill Palanisamy <pchen@src.gnome.org>2005-04-08 18:20:02 +0800
commit8d4a49fe281a22136757b160ba5edce68c3bd2cd (patch)
tree6a67cde263c08dd60d16c254e126650edbded4fb /plugins/itip-formatter/ChangeLog
parent32f26826d114c10f14f76c0b7cfda4d0edbcab92 (diff)
downloadgsoc2013-evolution-8d4a49fe281a22136757b160ba5edce68c3bd2cd.tar
gsoc2013-evolution-8d4a49fe281a22136757b160ba5edce68c3bd2cd.tar.gz
gsoc2013-evolution-8d4a49fe281a22136757b160ba5edce68c3bd2cd.tar.bz2
gsoc2013-evolution-8d4a49fe281a22136757b160ba5edce68c3bd2cd.tar.lz
gsoc2013-evolution-8d4a49fe281a22136757b160ba5edce68c3bd2cd.tar.xz
gsoc2013-evolution-8d4a49fe281a22136757b160ba5edce68c3bd2cd.tar.zst
gsoc2013-evolution-8d4a49fe281a22136757b160ba5edce68c3bd2cd.zip
Fixes #74265 In time_days_in_month the months are indexed from 0, so
2005-04-08 Chenthill Palanisamy <pchenthill@novell.com> Fixes #74265 * itip-view.c (format_date_and_time_x): In time_days_in_month the months are indexed from 0, so subtract one from the month argument and send it. svn path=/trunk/; revision=29189
Diffstat (limited to 'plugins/itip-formatter/ChangeLog')
-rw-r--r--plugins/itip-formatter/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/plugins/itip-formatter/ChangeLog b/plugins/itip-formatter/ChangeLog
index cc349e78c0..35de67ff8d 100644
--- a/plugins/itip-formatter/ChangeLog
+++ b/plugins/itip-formatter/ChangeLog
@@ -1,3 +1,10 @@
+2005-04-08 Chenthill Palanisamy <pchenthill@novell.com>
+
+ Fixes #74265
+ * itip-view.c (format_date_and_time_x): In time_days_in_month
+ the months are indexed from 0, so subtract one from the month
+ argument and send it.
+
2005-04-07 JP Rosevear <jpr@novell.com>
Fixes #74291