diff options
author | Seth Alves <alves@src.gnome.org> | 2000-05-09 02:39:16 +0800 |
---|---|---|
committer | Seth Alves <alves@src.gnome.org> | 2000-05-09 02:39:16 +0800 |
commit | 465b7b48eeca4921cf82cb6432cfbd9a4acca3d2 (patch) | |
tree | fcb4f7591c9030fe6ee98c789778ccc656c369a9 /calendar/ChangeLog | |
parent | 8160d7388e27c6f97e3ed96bc5d61fbf20ff2d16 (diff) | |
download | gsoc2013-evolution-465b7b48eeca4921cf82cb6432cfbd9a4acca3d2.tar.gz gsoc2013-evolution-465b7b48eeca4921cf82cb6432cfbd9a4acca3d2.tar.zst gsoc2013-evolution-465b7b48eeca4921cf82cb6432cfbd9a4acca3d2.zip |
call e_day_view_stop_editing_event here to avoid a divide by zero a bit
* gui/e-day-view.c (e_day_view_on_delete_appointment): call
e_day_view_stop_editing_event here to avoid a divide by zero
a bit further on. i'm not sure if this is the best fix for this.
svn path=/trunk/; revision=2922
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r-- | calendar/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index 29a917a70c..9173314f41 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,9 @@ +2000-05-08 Seth Alves <alves@hungry.com> + + * gui/e-day-view.c (e_day_view_on_delete_appointment): call + e_day_view_stop_editing_event here to avoid a divide by zero + a bit further on. i'm not sure if this is the best fix for this. + 2000-05-08 Federico Mena Quintero <federico@helixcode.com> * pcs/cal-backend.h (CalBackendClass): CalBackendClass now is just |