diff options
author | Rodrigo Moya <rodrigo@ximian.com> | 2001-07-31 22:46:48 +0800 |
---|---|---|
committer | Rodrigo Moya <rodrigo@src.gnome.org> | 2001-07-31 22:46:48 +0800 |
commit | 627e7113cc97bc3ca2a94ea7c3a556eb15b95af0 (patch) | |
tree | 64e853299ad7c99da0c5eaa810934037377ab499 /calendar/ChangeLog | |
parent | 50d1ebd64aeec09a01ddc3e89185ac61a16e8702 (diff) | |
download | gsoc2013-evolution-627e7113cc97bc3ca2a94ea7c3a556eb15b95af0.tar.gz 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/ChangeLog | 7 |
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 |