aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/ChangeLog
diff options
context:
space:
mode:
authorRodrigo Moya <rodrigo@ximian.com>2001-07-31 22:46:48 +0800
committerRodrigo Moya <rodrigo@src.gnome.org>2001-07-31 22:46:48 +0800
commit627e7113cc97bc3ca2a94ea7c3a556eb15b95af0 (patch)
tree64e853299ad7c99da0c5eaa810934037377ab499 /calendar/ChangeLog
parent50d1ebd64aeec09a01ddc3e89185ac61a16e8702 (diff)
downloadgsoc2013-evolution-627e7113cc97bc3ca2a94ea7c3a556eb15b95af0.tar
gsoc2013-evolution-627e7113cc97bc3ca2a94ea7c3a556eb15b95af0.tar.gz
gsoc2013-evolution-627e7113cc97bc3ca2a94ea7c3a556eb15b95af0.tar.bz2
gsoc2013-evolution-627e7113cc97bc3ca2a94ea7c3a556eb15b95af0.tar.lz
gsoc2013-evolution-627e7113cc97bc3ca2a94ea7c3a556eb15b95af0.tar.xz
gsoc2013-evolution-627e7113cc97bc3ca2a94ea7c3a556eb15b95af0.tar.zst
gsoc2013-evolution-627e7113cc97bc3ca2a94ea7c3a556eb15b95af0.zip
yes, set the end date, but correctly calculated, not by using the
2001-07-31 Rodrigo Moya <rodrigo@ximian.com> * gui/e-day-view.c (selection_received): * gui/e-week-view.c (selection_received): yes, set the end date, but correctly calculated, not by using the component's duration, which may not exist. Now really fixes #5836 svn path=/trunk/; revision=11510
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r--calendar/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog
index 42e22fc813..313b4a6b62 100644
--- a/calendar/ChangeLog
+++ b/calendar/ChangeLog
@@ -1,5 +1,12 @@
2001-07-31 Rodrigo Moya <rodrigo@ximian.com>
+ * gui/e-day-view.c (selection_received):
+ * gui/e-week-view.c (selection_received): yes, set the end date, but
+ correctly calculated, not by using the component's duration, which
+ may not exist. Now really fixes #5836
+
+2001-07-31 Rodrigo Moya <rodrigo@ximian.com>
+
* gui/e-day-view.c (selection_received):
* gui/e-week-view.c (selection_received): don't set the end date
for the pasted components, since it will be recalculated when the start