diff options
author | Federico Mena Quintero <federico@ximian.com> | 2001-08-09 08:56:37 +0800 |
---|---|---|
committer | Federico Mena Quintero <federico@src.gnome.org> | 2001-08-09 08:56:37 +0800 |
commit | 574b671429269a1d80b4d74d59f583a2cd1bcf44 (patch) | |
tree | df1f11cb1357cc26e517c8294091e89429d2f16b /calendar/ChangeLog | |
parent | d73557c1db05b893da63049644368f039b74ff29 (diff) | |
download | gsoc2013-evolution-574b671429269a1d80b4d74d59f583a2cd1bcf44.tar.gz gsoc2013-evolution-574b671429269a1d80b4d74d59f583a2cd1bcf44.tar.zst gsoc2013-evolution-574b671429269a1d80b4d74d59f583a2cd1bcf44.zip |
Stop editing any event. Fixes bug #5949.
2001-08-08 Federico Mena Quintero <federico@ximian.com>
* gui/e-day-view.c (update_query): Stop editing any event. Fixes
bug #5949.
svn path=/trunk/; revision=11807
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r-- | calendar/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index be47d5db3d..2cb2ad1e7c 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,5 +1,10 @@ 2001-08-08 Federico Mena Quintero <federico@ximian.com> + * gui/e-day-view.c (update_query): Stop editing any event. Fixes + bug #5949. + +2001-08-08 Federico Mena Quintero <federico@ximian.com> + * gui/dialogs/alarm-page.c (alarm_page_fill_component): Duuuh, set the alarm_copy on the component, not the original alarm. Fixes bug #5214. |