diff options
author | Federico Mena Quintero <federico@helixcode.com> | 2000-08-30 17:29:17 +0800 |
---|---|---|
committer | Federico Mena Quintero <federico@src.gnome.org> | 2000-08-30 17:29:17 +0800 |
commit | 6c6dba281e93d9f5aff9dc9f7260c470857ae400 (patch) | |
tree | 52542ee3f04ef6ad66a97b02fc92159d245b5113 /calendar/ChangeLog | |
parent | 1273d446f27ca4ef89d564bb76c8e42e0df71af4 (diff) | |
download | gsoc2013-evolution-6c6dba281e93d9f5aff9dc9f7260c470857ae400.tar gsoc2013-evolution-6c6dba281e93d9f5aff9dc9f7260c470857ae400.tar.gz gsoc2013-evolution-6c6dba281e93d9f5aff9dc9f7260c470857ae400.tar.bz2 gsoc2013-evolution-6c6dba281e93d9f5aff9dc9f7260c470857ae400.tar.lz gsoc2013-evolution-6c6dba281e93d9f5aff9dc9f7260c470857ae400.tar.xz gsoc2013-evolution-6c6dba281e93d9f5aff9dc9f7260c470857ae400.tar.zst gsoc2013-evolution-6c6dba281e93d9f5aff9dc9f7260c470857ae400.zip |
Oops, set the dtstart/dtend on the component before adding it.
2000-08-30 Federico Mena Quintero <federico@helixcode.com>
* gui/e-day-view.c (e_day_view_key_press): Oops, set the
dtstart/dtend on the component before adding it.
(e_day_view_on_editing_stopped): No need to check for an UID.
Update the summary properly.
svn path=/trunk/; revision=5113
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 3de92f9e40..839870da44 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,10 @@ +2000-08-30 Federico Mena Quintero <federico@helixcode.com> + + * gui/e-day-view.c (e_day_view_key_press): Oops, set the + dtstart/dtend on the component before adding it. + (e_day_view_on_editing_stopped): No need to check for an UID. + Update the summary properly. + 2000-08-30 JP Rosevear <jpr@helixcode.com> * gui/e-week-view.c: Make sure the is_utc flag is always |